# HG changeset patch # User Diego Petten # Date 1225334505 0 # Node ID f498f5a5f501e6cb5ea12b40f3afb6af08970796 # Parent 6c6edb71035d13c5331f6affda50605f81d3fc7e This fixes a link error when linking with GNU ld and specifying the --as-needed flag to ld. Fixes #7391. committer: John Bailey diff -r 6c6edb71035d -r f498f5a5f501 pidgin/Makefile.am --- a/pidgin/Makefile.am Wed Oct 29 22:06:50 2008 +0000 +++ b/pidgin/Makefile.am Thu Oct 30 02:41:45 2008 +0000 @@ -188,6 +188,7 @@ pidgin_LDFLAGS = -export-dynamic pidgin_LDADD = \ @LIBOBJS@ \ + $(GLIB_LIBS) \ $(DBUS_LIBS) \ $(GSTREAMER_LIBS) \ $(XSS_LIBS) \