mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -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
11 lines
377 B
Text
11 lines
377 B
Text
--- liblttng-ust-ctl/Makefile.in.orig 2016-11-29 22:25:14 UTC
|
|
+++ liblttng-ust-ctl/Makefile.in
|
|
@@ -375,8 +375,7 @@ liblttng_ust_ctl_la_LIBADD = \
|
|
$(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
|
|
$(top_builddir)/liblttng-ust/liblttng-ust-support.la \
|
|
- $(top_builddir)/snprintf/libustsnprintf.la \
|
|
- -ldl
|
|
+ $(top_builddir)/snprintf/libustsnprintf.la
|
|
|
|
all: all-am
|
|
|