summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2011-03-22 15:34:48 +0000
committerArnaud Fontaine <arnau@debian.org>2011-03-26 16:47:11 +0900
commit61f9880dfaff31e98261fd24bec2e3e0c188e3d9 (patch)
tree11effd5f1085e154d9233f09cd5623cee2457566
parent325ef8ea2e1093915216f6ad69c7b0fe3a0c738f (diff)
downloadutil-keysyms-61f9880dfaff31e98261fd24bec2e3e0c188e3d9.tar.gz
Link with -no-undefined
Use -no-undefined to assure libtool that the library has no unresolved symbols at link time, so that libtool will build a shared library for platforms require that all symbols are resolved when the library is linked. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Acked-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
-rw-r--r--keysyms/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/keysyms/Makefile.am b/keysyms/Makefile.am
index f7965ab..79e8caf 100644
--- a/keysyms/Makefile.am
+++ b/keysyms/Makefile.am
@@ -10,7 +10,7 @@ AM_CFLAGS = $(CWARNFLAGS)
libxcb_keysyms_la_SOURCES = keysyms.c
libxcb_keysyms_la_CPPFLAGS = $(XCB_CFLAGS)
libxcb_keysyms_la_LIBADD = $(XCB_LIBS)
-libxcb_keysyms_la_LDFLAGS = -version-info 1:0:0
+libxcb_keysyms_la_LDFLAGS = -version-info 1:0:0 -no-undefined
pkgconfig_DATA = xcb-keysyms.pc