mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 00:20:40 -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
311 B
Text
11 lines
311 B
Text
--- tests/regression/ust/ust-dl/Makefile.am.orig 2017-01-12 17:21:10 UTC
|
|
+++ tests/regression/ust/ust-dl/Makefile.am
|
|
@@ -19,7 +19,7 @@ AM_CPPFLAGS = -I$(srcdir) -g
|
|
|
|
noinst_PROGRAMS = prog
|
|
prog_SOURCES = prog.c
|
|
-prog_LDADD = -ldl
|
|
+prog_LDADD =
|
|
|
|
noinst_LTLIBRARIES = libzzz.la libbar.la libfoo.la libtp.la
|
|
|