This is not a libtool argument, but rather a linker argument.
GNU libtool will silently ignore arguments it doesn't understand
in many cases while slibtool does not.
Signed-off-by: orbea <orbea@riseup.net>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I55e55f1bb6a5d14d1c81505ceb39beaef84af9e9
-module \
-shared \
-avoid-version \
- --no-as-needed \
+ -Wl,--no-as-needed \
-rpath $(abs_builddir)
noinst_LTLIBRARIES = lttng-ust-clock-override-test.la
-module \
-shared \
-avoid-version \
- --no-as-needed \
+ -Wl,--no-as-needed \
-rpath $(abs_builddir)
noinst_LTLIBRARIES = lttng-ust-getcpu-override-test.la