Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/seahorse/files: seahorse-2.28.0-as-needed.patch
Date: Thu, 29 Oct 2009 21:04:52
Message-Id: E1N3cAs-0005Pt-Mv@stork.gentoo.org
1 eva 09/10/29 21:04:50
2
3 Added: seahorse-2.28.0-as-needed.patch
4 Log:
5 New version for GNOME 2.28. Clean up old revisions.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-crypt/seahorse/files/seahorse-2.28.0-as-needed.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/files/seahorse-2.28.0-as-needed.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/seahorse/files/seahorse-2.28.0-as-needed.patch?rev=1.1&content-type=text/plain
13
14 Index: seahorse-2.28.0-as-needed.patch
15 ===================================================================
16 Fix linking libgcryptui.so with -Wl,--as-needed in LDFLAGS. Missing DBUS_CFLAGS
17 in INCLUDES.
18
19 https://bugzilla.gnome.org/show_bug.cgi?id=596691
20
21 ---
22 --- libcryptui/Makefile.am
23 +++ libcryptui/Makefile.am
24 @@ -70,6 +70,7 @@
25
26 INCLUDES = -I$(top_builddir) \
27 -I$(top_srcdir) \
28 + $(DBUS_CFLAGS) \
29 $(LIBCRYPTUI_CFLAGS) \
30 -DLIBCRYPTUI_BUILD=1 \
31 -DLIBCRYPTUI_API_SUBJECT_TO_CHANGE