Comment 9 for bug 1916705

Revision history for this message
Andreas Schultz (aschultz) wrote :

for wireshark the problem can be worked around with this:

diff -up wireshark-3.4.3/debian/rules.orig wireshark-3.4.3/debian/rules
--- wireshark-3.4.3/debian/rules.orig 2021-03-09 10:09:58.184967210 +0100
+++ wireshark-3.4.3/debian/rules 2021-03-09 09:58:39.497405512 +0100
@@ -31,7 +31,8 @@ override_dh_auto_configure-indep:

 override_dh_auto_configure-arch:
  echo "#define VCSVERSION \"$(GIT_VERSION)\"" > version.h
- dh_auto_configure
+ dh_auto_configure -- -DCMAKE_CXX_FLAGS="-DGLIB_VERSION_MIN_REQUIRED=0x024200" \
+ -DCMAKE_C_FLAGS="-DGLIB_VERSION_MIN_REQUIRED=0x024200"

 override_dh_auto_build-arch:
  # regenerate ASN.1 dissectors