[Pidgin] #2201: underlinkage bug with --with-static-prpls
Pidgin
trac at pidgin.im
Thu Jul 19 08:53:32 EDT 2007
#2201: underlinkage bug with --with-static-prpls
--------------------------+-------------------------------------------------
Reporter: viy | Type: defect
Status: new | Priority: minor
Component: libpurple | Version: 2.0.2
Keywords: underlinkage | Pending: 0
--------------------------+-------------------------------------------------
when configure'd
--with-static-
prpls=gg,irc,jabber,msn,novell,oscar,qq,simple,yahoo,zephyr
I got underlinked libpurple.so with UND __res_maybe_init at GLIBC_PRIVATE
symbols and so on.
the fix is trivial: just to change the order in Makefile.am:
--- pidgin-2.0.2/libpurple/Makefile.am 2007-06-15 06:11:50 +0300
+++ pidgin-2.0.2/libpurple/Makefile.am 2007-07-19 15:21:39 +0300
@@ -225,11 +225,11 @@
libpurple_la_DEPENDENCIES = $(STATIC_LINK_LIBS)
libpurple_la_LDFLAGS = -export-dynamic -version-info
$(PURPLE_LT_VERSION_INFO) -no-undefined
libpurple_la_LIBADD = \
+ $(STATIC_LINK_LIBS) \
$(DBUS_LIBS) \
$(GLIB_LIBS) \
$(LIBXML_LIBS) \
$(LIBNM_LIBS) \
- $(STATIC_LINK_LIBS) \
$(INTLLIBS) \
-lm
--
Ticket URL: <http://developer.pidgin.im/ticket/2201>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list