blob: def885883029d4afe08ba150dc59d15b4aeba5ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- doc/examples/demo-tracelog/Makefile.orig 2022-03-25 15:37:17 UTC
+++ doc/examples/demo-tracelog/Makefile
@@ -8,8 +8,8 @@
#
# This makefile is purposefully kept simple to support GNU and BSD make.
-LIBS = -ldl -llttng-ust # On Linux
-#LIBS = -lc # On BSD
+#LIBS = -ldl -llttng-ust # On Linux
+LIBS = -llttng-ust # On FreeBSD
LOCAL_CPPFLAGS += -I.
AM_V_P := :
|