mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
a8416c340c
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
392 B
Plaintext
10 lines
392 B
Plaintext
--- liblttng-ust-ctl/Makefile.am.orig 2017-01-31 12:55:37 UTC
|
|
+++ liblttng-ust-ctl/Makefile.am
|
|
@@ -10,5 +10,4 @@ liblttng_ust_ctl_la_LDFLAGS = \
|
|
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
|