mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
LTTng stands for Linux Trace Toolkit: next generation. It's a modern toolkit for tracing Linux (And now FreeBSD, only userspace now) programs. PR: 216142 Submitted by: mmokhi Reported by: mmokhi Reviewed by: feld, mat Approved by: feld, mat (mentors) Differential Revision: https://reviews.freebsd.org/D9200
10 lines
290 B
PkgConfig
10 lines
290 B
PkgConfig
--- lttng-ust.pc.in.orig 2015-06-01 11:38:44 UTC
|
|
+++ lttng-ust.pc.in
|
|
@@ -8,6 +8,6 @@ Description: The LTTng Userspace Tracer
|
|
Version: @PACKAGE_VERSION@
|
|
Requires:
|
|
Requires.private: liburcu-bp
|
|
-Libs: -L${libdir} -llttng-ust -ldl
|
|
+Libs: -L${libdir} -llttng-ust
|
|
Cflags: -I${includedir}
|
|
|