aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmacosx-setup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx-setup.sh b/macosx-setup.sh
index a00671e4a2..d0781c0d96 100755
--- a/macosx-setup.sh
+++ b/macosx-setup.sh
@@ -302,6 +302,9 @@ then
# it.
#
# Patch the GnuTLS pkgconfig file not to require zlib.
+ # (If the capabilities of GnuTLS that Wireshark uses don't
+ # depend on building GnuTLS with zlib, an alternative would be
+ # to configure it not to use zlib.)
#
patch -p0 lib/gnutls.pc <../../macosx-support-lib-patches/gnutls-pkgconfig.patch || exit 1
$DO_MAKE_INSTALL || exit 1