tidy CONFIGURE_ARGS, --enable-inline-optimization is only for 7.4

This commit is contained in:
sthen 2021-11-19 11:29:04 +00:00
parent 7f1dd62864
commit 037fc0eb59
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2021/11/19 10:31:13 sthen Exp $
# $OpenBSD: Makefile,v 1.39 2021/11/19 11:29:04 sthen Exp $
PORTROACH= limit:^7\.4
PHP_VERSION= 7.4.26
@ -13,7 +13,8 @@ DEBUG_PACKAGES= ${BUILD_PACKAGES}
BUILD_DEPENDS+= devel/bison
YACC= bison
CONFIGURE_ARGS+= --without-valgrind
CONFIGURE_ARGS+= --without-valgrind \
--enable-inline-optimization
PHP_EXTENSIONS+= -xmlrpc

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.166 2021/11/19 11:26:47 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.167 2021/11/19 11:29:04 sthen Exp $
BROKEN-hppa= no __sync_bool_compare_and_swap support nor asm fallback
@ -64,7 +64,6 @@ MAKE_ENV= ${CONFIGURE_ENV}
CONFIGURE_ARGS+= --disable-rpath \
--disable-static \
--enable-inline-optimization \
--enable-shared \
--program-suffix=-${PV} \
--with-config-file-path=${SYSCONFDIR} \