aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2021-02-06 12:25:01 +0100
committerMichael Heimpold <mhei@heimpold.de>2021-02-06 14:26:25 +0100
commit8cb6bb35a6cbd43073b0107deb70f80c032ca0d4 (patch)
tree6ea80c46a6717f82239823f4bcf8cb5c5dadbc2f /lang
parentd29ec52a5895f06dd9f31062b52ebb7f2ac0f49f (diff)
php8: Don't run phpize8 with QUILT
Allows targets such as prepare, refresh, or update to be run without building dependencies for easier patch maintenance. This is d741a64b7 applied to php8. Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'lang')
-rw-r--r--lang/php8/pecl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php8/pecl.mk b/lang/php8/pecl.mk
index e89ffd6a9..29fedfae1 100644
--- a/lang/php8/pecl.mk
+++ b/lang/php8/pecl.mk
@@ -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+= \