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

(-)php4/Makefile (+7 lines)
Lines 33-38 Link Here
33
		--with-config-file-scan-dir=${PREFIX}/etc/php \
33
		--with-config-file-scan-dir=${PREFIX}/etc/php \
34
		--disable-all
34
		--disable-all
35
35
36
# Need to compile openssl statically
37
.if !defined(WITHOUT_OPENSSL)
38
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} \
39
		--with-openssl-dir=${OPENSSLBASE}
40
USE_OPENSSL=   yes
41
.endif
42
36
.if !defined(WITH_REGEX_TYPE) || ${WITH_REGEX_TYPE} == "php"
43
.if !defined(WITH_REGEX_TYPE) || ${WITH_REGEX_TYPE} == "php"
37
CONFIGURE_ARGS+=--with-regex=php
44
CONFIGURE_ARGS+=--with-regex=php
38
.else
45
.else
(-)php4/Makefile.ext (+1 lines)
Lines 227-232 Link Here
227
.endif
227
.endif
228
228
229
.if ${PHP_MODNAME} == "openssl"
229
.if ${PHP_MODNAME} == "openssl"
230
BROKEN=		"Does not work with php4"
230
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} \
231
CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} \
231
		--with-openssl-dir=${OPENSSLBASE}
232
		--with-openssl-dir=${OPENSSLBASE}
232
233

Return to bug 73167