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

(-)/home/chinsan/projects/php4/Makefile (+5 lines)
Lines 40-45 Link Here
40
		SUHOSIN "Enable Suhosin protection system (not for jails)" on \
40
		SUHOSIN "Enable Suhosin protection system (not for jails)" on \
41
		MULTIBYTE "Enable zend multibyte support" off \
41
		MULTIBYTE "Enable zend multibyte support" off \
42
		IPV6 "Enable ipv6 support" on \
42
		IPV6 "Enable ipv6 support" on \
43
		INLINE "Enable inline optimization" on \
43
		MAILHEAD "Enable mail header patch" off \
44
		MAILHEAD "Enable mail header patch" off \
44
		REDIRECT "Enable force-cgi-redirect support (CGI only)" off \
45
		REDIRECT "Enable force-cgi-redirect support (CGI only)" off \
45
		DISCARD "Enable discard-path support (CGI only)" off \
46
		DISCARD "Enable discard-path support (CGI only)" off \
Lines 154-159 Link Here
154
CONFIGURE_ARGS+=--disable-ipv6
155
CONFIGURE_ARGS+=--disable-ipv6
155
.endif
156
.endif
156
157
158
.if defined(WITH_INLINE)
159
CONFIGURE_ARGS+=--enable-inline-optimization
160
.endif
161
157
post-patch:
162
post-patch:
158
	@${TOUCH} ${WRKSRC}/ext/php_config.h
163
	@${TOUCH} ${WRKSRC}/ext/php_config.h
159
	@${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-*
164
	@${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-*

Return to bug 116473