mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
Some of the patches retained here may be out of scope now, such as those patches still adding a definition for NT_GNU_BUILD_ID. Changelog: https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=ac8d9a90b1e9052d2dea77e0b0c92b779bceb4a8 PR: 263112
10 lines
418 B
PkgConfig
10 lines
418 B
PkgConfig
--- src/lib/lttng-ust.pc.in.orig 2022-03-25 15:37:17 UTC
|
|
+++ src/lib/lttng-ust.pc.in
|
|
@@ -7,6 +7,6 @@ Name: LTTng Userspace Tracer
|
|
Description: The LTTng Userspace Tracer (UST) is a library accompanied by a set of tools to trace userspace code.
|
|
Version: @PACKAGE_VERSION@
|
|
Requires:
|
|
-Libs: -L${libdir} -llttng-ust -llttng-ust-common -ldl
|
|
+Libs: -L${libdir} -llttng-ust -llttng-ust-common
|
|
Cflags: -I${includedir}
|
|
|