From: orbea Date: Thu, 13 May 2021 18:10:56 +0000 (-0700) Subject: build: Pass --no-as-needed directly to the linker X-Git-Tag: v2.13.0-rc3~61 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=e3595cbf381de564f18db61ef56fd74b92a87c65;hp=e3595cbf381de564f18db61ef56fd74b92a87c65;p=lttng-tools.git build: Pass --no-as-needed directly to the linker 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 Signed-off-by: Jérémie Galarneau Change-Id: I55e55f1bb6a5d14d1c81505ceb39beaef84af9e9 ---