summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsecurity/wireshark/BUILD4
-rw-r--r--security/wireshark/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/security/wireshark/BUILD b/security/wireshark/BUILD
index ee467da51f..594e6d30d9 100755
--- a/security/wireshark/BUILD
+++ b/security/wireshark/BUILD
@@ -1,5 +1,5 @@
OPTS="$WIRESHARK_OPTS $OPTS" &&
-CFLAGS="$CFLAGS -Wno-error=maybe-uninitialized" &&
-CXXFLAGS="$CXXFLAGS -Wno-error=maybe-uninitialized" &&
+CFLAGS="$CFLAGS -Wno-error=deprecated-declarations -Wno-error=maybe-uninitialized" &&
+CXXFLAGS="$CXXFLAGS -Wno-error=deprecated-declarations -Wno-error=maybe-uninitialized" &&
qt5_cmake_build
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
index 25bb07604e..c41dcf9699 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,6 @@
+2020-01-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * BUILD: fix build error
+
2019-11-21 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 3.1.1