Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/wireshark/files: wireshark-1.99.7-qt-pie.patch
Date: Mon, 06 Jul 2015 03:02:37
Message-Id: 20150706030231.6ECEC755@oystercatcher.gentoo.org
1 jer 15/07/06 03:02:31
2
3 Added: wireshark-1.99.7-qt-pie.patch
4 Log:
5 Qt build does not need -fPIE (maybe bug #552440).
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 net-analyzer/wireshark/files/wireshark-1.99.7-qt-pie.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.99.7-qt-pie.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wireshark/files/wireshark-1.99.7-qt-pie.patch?rev=1.1&content-type=text/plain
14
15 Index: wireshark-1.99.7-qt-pie.patch
16 ===================================================================
17 --- a/ui/qt/Makefile.am
18 +++ b/ui/qt/Makefile.am
19 @@ -84,7 +84,7 @@
20
21 # Common headers
22 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap $(LIBGCRYPT_CFLAGS) \
23 - $(LIBGNUTLS_CFLAGS) $(PIE_CFLAGS)
24 + $(LIBGNUTLS_CFLAGS)
25
26 AM_CXXFLAGS = $(AM_CLEAN_CFLAGS)