From: Mathieu Desnoyers Date: Thu, 23 Feb 2012 18:25:05 +0000 (-0500) Subject: Link statically to internal libraries X-Git-Tag: v1.0.0-pre2~3 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=30827463276bab779a0965e8adf271c451c2a28a;hp=30827463276bab779a0965e8adf271c451c2a28a Link statically to internal libraries Previously, we installed all "internal" libs as .so, because static linking a static lib into a dynamic lib did remove the unused objects. Use the -Wl,--no-as-needed linker flag to fix this issue, allowing us to entirely privatize private libs. Signed-off-by: Mathieu Desnoyers ---