View | Details | Raw Unified | Return to bug 182985 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (+2 lines)
Lines 796-802 Link Here
796
.endif
796
.endif
797
797
798
.if ${PORT_OPTIONS:MSPDY}
798
.if ${PORT_OPTIONS:MSPDY}
799
.if ${OSVERSION} < 1000043
799
USE_OPENSSL_PORT=	yes
800
USE_OPENSSL_PORT=	yes
801
.endif
800
USE_HTTP_SSL=	yes
802
USE_HTTP_SSL=	yes
801
CONFIGURE_ARGS+=--with-http_spdy_module
803
CONFIGURE_ARGS+=--with-http_spdy_module
802
.endif
804
.endif

Return to bug 182985