ports/sysutils/lttng-ust/files/patch-doc_examples_hello-static-lib_Makefile
Sean Champ 339c2277cf sysutils/lttng-ust: Update version 2.9.0=>2.13.2
Some of the patches retained here may be out of scope now, such as those
patches still adding a definition for NT_GNU_BUILD_ID.

Changelog:
https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=ac8d9a90b1e9052d2dea77e0b0c92b779bceb4a8

PR:		263112
2023-10-29 23:53:30 +01:00

13 lines
395 B
Text

--- doc/examples/hello-static-lib/Makefile.orig 2022-03-25 15:37:17 UTC
+++ doc/examples/hello-static-lib/Makefile
@@ -8,8 +8,8 @@
# This makefile is purposefully kept simple to support GNU and BSD make.
LOCAL_CPPFLAGS += -I.
-LIBS = -ldl -llttng-ust # On Linux
-#LIBS = -lc -llttng-ust # On BSD
+#LIBS = -ldl -llttng-ust # On Linux
+LIBS = -llttng-ust # On FreeBSD
AM_V_P := :
AR ?= ar