summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorIsmael Luceno2021-10-05 23:29:42 +0200
committerIsmael Luceno2021-10-05 23:30:49 +0200
commitdf60baff1c3fdfe9f60f30c4a8d2b6c46d200756 (patch)
tree7a1eaf0c1bf91a5b8b24c0c55f1465f3caed4f82 /security
parentae1227ddd9065fdec024179cfd9490f3d0ac598a (diff)
wireshark: Disable -Werror
Diffstat (limited to 'security')
-rwxr-xr-xsecurity/wireshark/BUILD2
-rw-r--r--security/wireshark/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/security/wireshark/BUILD b/security/wireshark/BUILD
index 594e6d30d9..05ed733bc5 100755
--- a/security/wireshark/BUILD
+++ b/security/wireshark/BUILD
@@ -1,4 +1,4 @@
-OPTS="$WIRESHARK_OPTS $OPTS" &&
+OPTS="$WIRESHARK_OPTS $OPTS -DDISABLE_WERROR=ON" &&
CFLAGS="$CFLAGS -Wno-error=deprecated-declarations -Wno-error=maybe-uninitialized" &&
CXXFLAGS="$CXXFLAGS -Wno-error=deprecated-declarations -Wno-error=maybe-uninitialized" &&
diff --git a/security/wireshark/HISTORY b/security/wireshark/HISTORY
index 4357ce5617..a284cdd398 100644
--- a/security/wireshark/HISTORY
+++ b/security/wireshark/HISTORY
@@ -1,3 +1,6 @@
+2021-10-05 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD: added disabling of -Werror
+
2021-08-29 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 3.5.0