diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-04-22 08:30:46 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-04-22 08:30:46 +0000 |
commit | 4c6ee2ee608bb336fceec77be06d1bb3b4c147bb (patch) | |
tree | 5eb0819f14a220f2a39573739c62d90818df8586 /security/gnutls | |
parent | 56900eadb950d5b3e5d66068650d27e2f5f0f28f (diff) | |
download | ports-4c6ee2ee608bb336fceec77be06d1bb3b4c147bb.tar.gz ports-4c6ee2ee608bb336fceec77be06d1bb3b4c147bb.zip |
Notes
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index d39e673e313d..37fa52dd2ced 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -30,13 +30,14 @@ CONFIGURE_ARGS= --disable-guile \ --with-system-priority-file=${PREFIX}/etc/gnutls/default-priorities \ --with-default-trust-store-file=${LOCALBASE}/share/certs/ca-root-nss.crt \ --with-trousers-lib=${LOCALBASE}/lib/libtspi.so.1 \ + AUTOGEN=false \ ac_cv_type_max_align_t=yes MAKE_ENV= MAKEINFOFLAGS=--no-split INSTALL_TARGET= install-strip TEST_TARGET= check -OPTIONS_DEFINE= DANE EXAMPLES IDN NLS P11KIT TPM ZLIB -OPTIONS_DEFAULT= IDN P11KIT TPM ZLIB +OPTIONS_DEFINE= DANE EXAMPLES IDN NLS P11KIT TPM +OPTIONS_DEFAULT= IDN P11KIT TPM OPTIONS_SUB= yes DANE_DESC= Certificate verification via DNSSEC @@ -59,8 +60,6 @@ TPM_DESC= Trusted Platform Module support TPM_CONFIGURE_WITH= tpm TPM_LIB_DEPENDS= libtspi.so:security/trousers -ZLIB_CONFIGURE_WITH= zlib - INFO= gnutls gnutls-guile post-patch: |