build: Pass --no-as-needed directly to the linker
[lttng-tools.git] / tests / regression / ust / getcpu-override / Makefile.am
index 3eb25436679e0f1da2388c5824c4a635e46c1a9b..0c04961ec48917c6660a3619611c7874027a1863 100644 (file)
@@ -18,7 +18,7 @@ GETCPU_LIBTOOL_FLAGS = \
     -module \
     -shared \
     -avoid-version \
-    --no-as-needed \
+    -Wl,--no-as-needed \
     -rpath $(abs_builddir)
 
 noinst_LTLIBRARIES = lttng-ust-getcpu-override-test.la
This page took 0.022522 seconds and 4 git commands to generate.