DEBUG_PACKAGES needs to be set before bsd.port.arch.mk is pulled in to
avoid debug packages being attempted on !debuginfo arches.
This commit is contained in:
parent
a7d6165783
commit
178fc51c59
@ -1,7 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2020/03/19 19:04:42 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2020/04/12 14:26:02 sthen Exp $
|
||||
|
||||
PORTROACH= limit:^7\.2
|
||||
PHP_VERSION= 7.2.29
|
||||
PHP_PKGSPEC= >=7.2,<7.3
|
||||
|
||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2020/03/19 19:04:45 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2020/04/12 14:26:02 sthen Exp $
|
||||
|
||||
PORTROACH= limit:^7\.3
|
||||
PHP_VERSION= 7.3.16
|
||||
@ -6,4 +6,6 @@ PHP_PKGSPEC= >=7.3,<7.4
|
||||
|
||||
DEFAULT_PHP= Yes
|
||||
|
||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.149 2020/02/21 19:09:32 sthen Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.150 2020/04/12 14:26:02 sthen Exp $
|
||||
|
||||
BROKEN-hppa= no __sync_bool_compare_and_swap support nor asm fallback
|
||||
|
||||
@ -126,8 +126,6 @@ PSEUDO_FLAVORS+= no_apache
|
||||
BUILD_PACKAGES:= ${BUILD_PACKAGES:N-apache}
|
||||
.endif
|
||||
|
||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
|
||||
# sapi
|
||||
CONFIGURE_ARGS+= --enable-cli \
|
||||
--enable-fpm \
|
||||
|
Loading…
Reference in New Issue
Block a user