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 /libsbutil
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 'libsbutil')
-rw-r--r--libsbutil/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsbutil/Makefile.am b/libsbutil/Makefile.am
index e4de53f..df2e10f 100644
--- a/libsbutil/Makefile.am
+++ b/libsbutil/Makefile.am
@@ -11,6 +11,7 @@ LOCAL_INCLUDES = $(top_srcdir)/localdecls.h
noinst_LTLIBRARIES = libsbutil.la
+libsbutil_la_LDFLAGS = -no-undefined
libsbutil_la_SOURCES = \
sbutil.h \
get_sandbox_lib.c \