[Xcb-commit] src
Arnaud Fontaine
arnau at kemper.freedesktop.org
Sat Mar 26 00:41:38 PDT 2011
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4824b7dc328751dcfc48a3c2ae0f2be3df217ebd
Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date: Tue Mar 22 15:34:46 2011 +0000
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 at dronecode.org.uk>
Acked-by: Julien Cristau <jcristau at debian.org>
Reviewed-by: Arnaud Fontaine <arnau at debian.org>
diff --git a/src/Makefile.am b/src/Makefile.am
index 39ad3bf..13b5313 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@ AM_CPPFLAGS = $(XCB_CFLAGS)
AM_CFLAGS = $(CWARNFLAGS)
libxcb_util_la_LIBADD = $(XCB_LIBS)
-libxcb_util_la_LDFLAGS = -version-info 0:0:0
+libxcb_util_la_LDFLAGS = -version-info 0:0:0 -no-undefined
libxcb_util_la_SOURCES = \
atoms.c \
event.c \
More information about the xcb-commit
mailing list