diff options
Diffstat (limited to 'net-analyzer/wireshark/files/wireshark-1.99.7-qt-pie.patch')
-rw-r--r-- | net-analyzer/wireshark/files/wireshark-1.99.7-qt-pie.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-analyzer/wireshark/files/wireshark-1.99.7-qt-pie.patch b/net-analyzer/wireshark/files/wireshark-1.99.7-qt-pie.patch new file mode 100644 index 000000000000..445fe1027226 --- /dev/null +++ b/net-analyzer/wireshark/files/wireshark-1.99.7-qt-pie.patch @@ -0,0 +1,11 @@ +--- 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) + |