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
8 lines
281 B
Text
8 lines
281 B
Text
--- src/common/testpoint/Makefile.am.orig 2017-01-12 17:07:16 UTC
|
|
+++ src/common/testpoint/Makefile.am
|
|
@@ -3,4 +3,4 @@ AM_CPPFLAGS =
|
|
noinst_LTLIBRARIES = libtestpoint.la
|
|
|
|
libtestpoint_la_SOURCES = testpoint.h testpoint.c
|
|
-libtestpoint_la_LIBADD = -ldl
|
|
+libtestpoint_la_LIBADD =
|