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

(-)Makefile (+7 lines)
Lines 31-36 Link Here
31
TSL_DESC=		Enables TSL licensed code in additon to Apache license code
31
TSL_DESC=		Enables TSL licensed code in additon to Apache license code
32
TSL_CMAKE_BOOL_OFF=	APACHE_ONLY
32
TSL_CMAKE_BOOL_OFF=	APACHE_ONLY
33
33
34
OPTIONS_DEFINE+=	SSL
35
OPTIONS_DEFAULT+=	SSL
36
37
SSL_DESC=		Build with OpenSSL support
38
SSL_USES=		ssl
39
SSL_CMAKE_BOOL=		USE_OPENSSL
40
34
CMAKE_OFF=	REGRESS_CHECKS
41
CMAKE_OFF=	REGRESS_CHECKS
35
WANT_PGSQL=	server
42
WANT_PGSQL=	server
36
43

Return to bug 251049