summaryrefslogtreecommitdiffstats
path: root/abs/extra/wireshark/enable_version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/wireshark/enable_version.patch')
-rw-r--r--abs/extra/wireshark/enable_version.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/extra/wireshark/enable_version.patch b/abs/extra/wireshark/enable_version.patch
new file mode 100644
index 0000000..18ad14b
--- /dev/null
+++ b/abs/extra/wireshark/enable_version.patch
@@ -0,0 +1,12 @@
+--- configure.in.init 2012-05-24 20:08:15.040038922 +0000
++++ configure.in 2012-05-24 20:08:27.869944008 +0000
+@@ -185,7 +185,7 @@
+ [use gnutls library @<:@default=yes@:>@]),
+ with_gnutls="$withval", with_gnutls="yes")
+ if test "x$with_gnutls" = "xyes"; then
+- PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 1.2.0 gnutls < 3],
++ PKG_CHECK_MODULES([LIBGNUTLS], [gnutls >= 1.2.0],
+ [
+ echo "gnuTLS found, enabling ssl decryption"
+ AC_DEFINE(HAVE_LIBGNUTLS, 1, [Define to use gnutls library])
+