All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libtraceevent: Export LIBS variable in Makefile
@ 2021-12-17  5:20 Steven Rostedt
  0 siblings, 0 replies; only message in thread
From: Steven Rostedt @ 2021-12-17  5:20 UTC (permalink / raw)
  To: linux-trace-devel

From: "Steven Rostedt (VMware)" <rostedt@goodmis.org>

The rewrite of the Makefile left out exporting LIBS and this caused the
libraries not to include the -ldl library, which would have unresolved
symbols for code that included it (like ldopen() and friends)

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index b26b0d5..80b3107 100644
--- a/Makefile
+++ b/Makefile
@@ -131,6 +131,7 @@ else
 endif
 
 LIBS = -ldl
+export LIBS
 
 set_plugin_dir := 1
 
-- 
2.31.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-17  5:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-17  5:20 [PATCH] libtraceevent: Export LIBS variable in Makefile Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.