Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/pidgin/files: pidgin-2.5.2-asneeded.patch
Date: Tue, 28 Oct 2008 13:03:08
Message-Id: E1KuoDy-00014W-NT@stork.gentoo.org
1 flameeyes 08/10/28 13:03:06
2
3 Added: pidgin-2.5.2-asneeded.patch
4 Log:
5 Add patch for building with --as-needed (upstream bug #7391).
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r1 x86_64)
7
8 Revision Changes Path
9 1.1 net-im/pidgin/files/pidgin-2.5.2-asneeded.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/files/pidgin-2.5.2-asneeded.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pidgin/files/pidgin-2.5.2-asneeded.patch?rev=1.1&content-type=text/plain
13
14 Index: pidgin-2.5.2-asneeded.patch
15 ===================================================================
16 Index: pidgin-2.5.2/pidgin/Makefile.am
17 ===================================================================
18 --- pidgin-2.5.2.orig/pidgin/Makefile.am
19 +++ pidgin-2.5.2/pidgin/Makefile.am
20 @@ -188,6 +188,7 @@ pidgin_DEPENDENCIES = @LIBOBJS@
21 pidgin_LDFLAGS = -export-dynamic
22 pidgin_LDADD = \
23 @LIBOBJS@ \
24 + $(GLIB_LIBS) \
25 $(DBUS_LIBS) \
26 $(GSTREAMER_LIBS) \
27 $(XSS_LIBS) \