You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/gloox/files/gloox-1.0.24-slibtool.patch

14 lines
503 B

This fixes build with sys-devel/slibtool
--- gloox-1.0.24/src/Makefile.am
+++ gloox-1.0.24/src/Makefile.am
@@ -46,7 +46,7 @@
carbons.cpp jinglepluginfactory.cpp jingleiceudp.cpp jinglefiletransfer.cpp \
iodata.cpp
-libgloox_la_LDFLAGS = -version-info 18:0:0 -no-undefined -no-allow-shlib-undefined
+libgloox_la_LDFLAGS = -version-info 18:0:0 -Wl,--no-undefined -Wl,--no-allow-shlib-undefined
libgloox_la_LIBADD =
libgloox_la_CFLAGS = $(CPPFLAGS)