mirror of
https://github.com/novatiq/packages.git
synced 2026-04-27 06:14:41 +01:00
Merge pull request #14672 from mhei/php8-quilt-optimize
php8: Don't run phpize8 with QUILT
This commit is contained in:
@@ -13,7 +13,7 @@ endef
|
||||
|
||||
define Build/Prepare
|
||||
$(Build/Prepare/Default)
|
||||
( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/usr/bin/phpize8 )
|
||||
$(if $(QUILT),,( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/usr/bin/phpize8 ))
|
||||
endef
|
||||
|
||||
CONFIGURE_VARS+= \
|
||||
|
||||
Reference in New Issue
Block a user