Expand a comment.

svn path=/trunk/; revision=39953
This commit is contained in:
Guy Harris 2011-11-20 03:15:53 +00:00
parent 8f06e3af4b
commit 56903273cc
1 changed files with 3 additions and 0 deletions

View File

@ -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