From 7d73af990d71b6af26d4fa10e38a18a00235f6cb Mon Sep 17 00:00:00 2001 From: historic_bruno Date: Wed, 17 Jul 2019 14:51:57 +0000 Subject: [PATCH] Disables GnuTLS Native Language Support in build-osx-libs.sh, refs #5503 This was SVN commit r22494. --- libraries/osx/build-osx-libs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/osx/build-osx-libs.sh b/libraries/osx/build-osx-libs.sh index e032692ea8..9ac4deb349 100755 --- a/libraries/osx/build-osx-libs.sh +++ b/libraries/osx/build-osx-libs.sh @@ -696,6 +696,7 @@ then --with-included-libtasn1 \ --without-p11-kit \ --disable-tests \ + --disable-nls \ && make ${JOBS} && make install) || die "GnuTLS build failed" popd touch .already-built