aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Rostedt (VMware) <rostedt@goodmis.org>2021-12-17 00:20:15 -0500
committerSteven Rostedt <rostedt@goodmis.org>2021-12-17 22:07:04 -0500
commitdacb4f7d79af9e8ad4fa938cec921bdd6c978f13 (patch)
treed57822ec0d21257b5eadb458f7cafdc47f73e765
parent456f1fa5372cfd84a34bf6e0a5788b33e8d9394f (diff)
downloadlibtraceevent-dacb4f7d79af9e8ad4fa938cec921bdd6c978f13.tar.gz
libtraceevent: Export LIBS variable in Makefile
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) Link: https://lore.kernel.org/linux-trace-devel/20211217002015.28d80525@oasis.local.home Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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