View | Details | Raw Unified | Return to bug 237419
Collapse All | Expand All

(-)security/gnutls/Makefile (-4 / +3 lines)
Lines 30-42 CONFIGURE_ARGS= --disable-guile \ Link Here
30
		--with-system-priority-file=${PREFIX}/etc/gnutls/default-priorities \
30
		--with-system-priority-file=${PREFIX}/etc/gnutls/default-priorities \
31
		--with-default-trust-store-file=${LOCALBASE}/share/certs/ca-root-nss.crt \
31
		--with-default-trust-store-file=${LOCALBASE}/share/certs/ca-root-nss.crt \
32
		--with-trousers-lib=${LOCALBASE}/lib/libtspi.so.1 \
32
		--with-trousers-lib=${LOCALBASE}/lib/libtspi.so.1 \
33
		AUTOGEN=false \
33
		ac_cv_type_max_align_t=yes
34
		ac_cv_type_max_align_t=yes
34
MAKE_ENV=	MAKEINFOFLAGS=--no-split
35
MAKE_ENV=	MAKEINFOFLAGS=--no-split
35
INSTALL_TARGET=	install-strip
36
INSTALL_TARGET=	install-strip
36
TEST_TARGET=	check
37
TEST_TARGET=	check
37
38
38
OPTIONS_DEFINE=		DANE EXAMPLES IDN NLS P11KIT TPM ZLIB
39
OPTIONS_DEFINE=		DANE EXAMPLES IDN NLS P11KIT TPM
39
OPTIONS_DEFAULT=	IDN P11KIT TPM ZLIB
40
OPTIONS_DEFAULT=	IDN P11KIT TPM
40
OPTIONS_SUB=		yes
41
OPTIONS_SUB=		yes
41
42
42
DANE_DESC=		Certificate verification via DNSSEC
43
DANE_DESC=		Certificate verification via DNSSEC
Lines 58-65 P11KIT_LIB_DEPENDS= libp11-kit.so:security/p11-kit Link Here
58
TPM_DESC=		Trusted Platform Module support
59
TPM_DESC=		Trusted Platform Module support
59
TPM_CONFIGURE_WITH=	tpm
60
TPM_CONFIGURE_WITH=	tpm
60
TPM_LIB_DEPENDS=	libtspi.so:security/trousers
61
TPM_LIB_DEPENDS=	libtspi.so:security/trousers
61
62
ZLIB_CONFIGURE_WITH=	zlib
63
62
64
INFO=		gnutls gnutls-guile
63
INFO=		gnutls gnutls-guile
65
64

Return to bug 237419