jer 15/07/06 03:02:31 Added: wireshark-1.99.7-qt-pie.patch Log: Qt build does not need -fPIE (maybe bug #552440). (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 net-analyzer/wireshark/files/wireshark-1.99.7-qt-pie.patch 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 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 Index: wireshark-1.99.7-qt-pie.patch =================================================================== --- a/ui/qt/Makefile.am +++ b/ui/qt/Makefile.am @@ -84,7 +84,7 @@ # Common headers AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap $(LIBGCRYPT_CFLAGS) \ - $(LIBGNUTLS_CFLAGS) $(PIE_CFLAGS) + $(LIBGNUTLS_CFLAGS) AM_CXXFLAGS = $(AM_CLEAN_CFLAGS)
