Merge pull request #14672 from mhei/php8-quilt-optimize
php8: Don't run phpize8 with QUILT
This commit is contained in:
commit
b1d4923911
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
$(Build/Prepare/Default)
|
$(Build/Prepare/Default)
|
||||||
( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/usr/bin/phpize8 )
|
$(if $(QUILT),,( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/usr/bin/phpize8 ))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
|
|
Loading…
Reference in a new issue