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

(-)security/libssh2/Makefile (-2 / +2 lines)
Lines 27-34 TRACE_DESC= Enable debug packet traces Link Here
27
27
28
TRACE_CONFIGURE_ENABLE=	debug
28
TRACE_CONFIGURE_ENABLE=	debug
29
GCRYPT_LIB_DEPENDS=	libgcrypt.so:security/libgcrypt
29
GCRYPT_LIB_DEPENDS=	libgcrypt.so:security/libgcrypt
30
GCRYPT_CONFIGURE_ON=	--with-libgcrypt
30
GCRYPT_CONFIGURE_ON=	--with-crypto=libgcrypt
31
GCRYPT_CONFIGURE_OFF=	--with-openssl
31
GCRYPT_CONFIGURE_OFF=	--with-crypto=openssl
32
GCRYPT_CPPFLAGS=	-I${LOCALBASE}/include
32
GCRYPT_CPPFLAGS=	-I${LOCALBASE}/include
33
GCRYPT_LIBS=		-L${LOCALBASE}/lib
33
GCRYPT_LIBS=		-L${LOCALBASE}/lib
34
GCRYPT_USES_OFF=	ssl
34
GCRYPT_USES_OFF=	ssl

Return to bug 248164