Fix MacOS GNUTLS linking against the 10.12 SDK

This also speed up compilation in general.

This was SVN commit r24263.
This commit is contained in:
wraitii 2020-11-26 14:47:36 +00:00
parent eb7940b418
commit 97e254c295

View File

@ -687,6 +687,7 @@ then
--disable-tests \
--disable-guile \
--disable-doc \
--disable-tools \
--disable-nls \
&& make ${JOBS} LDFLAGS= install) || die "GnuTLS build failed"
popd