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

Collapse All | Expand All

(-)b/lang/php81/Makefile (+4 lines)
Lines 104-109 WARNING= "!!! If you have a threaded Apache, you must build ${PHP_PORT} with ZT Link Here
104
CONFIGURE_ARGS+=	--without-pcre-jit
104
CONFIGURE_ARGS+=	--without-pcre-jit
105
.endif
105
.endif
106
106
107
.if ${ARCH} == aarch64 && ${PORT_OPTIONS:MZTS}
108
CONFIGURE_ARGS+=	--enable-shared=
109
.endif
110
107
.if ${PORT_OPTIONS:MPHPDBG} && ${PORT_OPTIONS:MDEBUG}
111
.if ${PORT_OPTIONS:MPHPDBG} && ${PORT_OPTIONS:MDEBUG}
108
CONFIGURE_ARGS+=	--enable-phpdbg-debug
112
CONFIGURE_ARGS+=	--enable-phpdbg-debug
109
.endif
113
.endif

Return to bug 266175