summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorFlorian Franzmann2020-01-06 22:10:44 +0100
committerFlorian Franzmann2020-01-06 22:10:44 +0100
commitbf67f9048473f27921fb20c53443935950d0fccc (patch)
tree5dc99f017c58f00c69ba99e5688befdd122822a7 /security
parentea6a7a5dda2989228e7f0209eef418f9d71f0681 (diff)
security/wireshark: fix build error
Diffstat (limited to 'security')
-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