Link statically to internal libraries
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Feb 2012 18:25:05 +0000 (13:25 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Feb 2012 18:25:05 +0000 (13:25 -0500)
commit30827463276bab779a0965e8adf271c451c2a28a
tree75f3ed7c1c54f8407c13320258926a7a6688e401
parentc34ea0fad3f9900c3b97efa229d221927422dacf
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 <mathieu.desnoyers@efficios.com>
converter/Makefile.am
formats/bt-dummy/Makefile.am
formats/ctf-text/Makefile.am
formats/ctf-text/types/Makefile.am
formats/ctf/Makefile.am
formats/ctf/metadata/Makefile.am
formats/ctf/types/Makefile.am
This page took 0.027444 seconds and 4 git commands to generate.