aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-12-31 07:11:37 -0500
committerMike Frysinger <vapier@gentoo.org>2008-12-31 09:51:48 -0500
commit4f2ab93644139991f3b8f34feff14e61fe5fbc90 (patch)
treea5c25ea8a4045f97ac00bcf0ed6566af0908931f /libsandbox
parentlibsbutil: delete more unused code imported from rcscripts (diff)
downloadsandbox-4f2ab93644139991f3b8f34feff14e61fe5fbc90.tar.gz
sandbox-4f2ab93644139991f3b8f34feff14e61fe5fbc90.tar.bz2
sandbox-4f2ab93644139991f3b8f34feff14e61fe5fbc90.zip
libsandbox/libsbutil: link with -no-undefined
Since all symbols should be satisfied, link these libraries with the libtool flag -no-undefined. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libsandbox')
-rw-r--r--libsandbox/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsandbox/Makefile.am b/libsandbox/Makefile.am
index 40834d4..b271db3 100644
--- a/libsandbox/Makefile.am
+++ b/libsandbox/Makefile.am
@@ -22,6 +22,7 @@ libsandbox_la_LIBADD = \
# Do not add -nostdlib or -nostartfiles, as then our constructor
# and destructor will not be executed ...
libsandbox_la_LDFLAGS = \
+ -no-undefined \
-nodefaultlibs \
-Wl,--version-script,libsandbox.map
libsandbox_la_SOURCES = \