Browse Source

php8: fix build with QUILT

This is d4979cff0 ported to php8.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lilik-openwrt-22.03
Eneas U de Queiroz 3 years ago
committed by Michael Heimpold
parent
commit
8c6d7dc37c
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      lang/php8/Makefile

+ 6
- 1
lang/php8/Makefile View File

@ -529,7 +529,12 @@ endef
define Build/Prepare
$(call Build/Prepare/Default)
( cd $(PKG_BUILD_DIR); touch configure.ac; ./buildconf --force )
$(if $(QUILT),,( cd $(PKG_BUILD_DIR); touch configure.ac; ./buildconf --force ))
endef
define Build/Configure
$(if $(QUILT),( cd $(PKG_BUILD_DIR); touch configure.ac; ./buildconf --force ))
$(call Build/Configure/Default)
endef
define Build/InstallDev


Loading…
Cancel
Save