From d741a64b70cb992f9243c9a9e097f3942e115406 Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Wed, 3 Feb 2021 20:40:43 -0800 Subject: [PATCH] lang/php7: Don't run phpize7 with QUILT Allows targets such as prepare, refresh, or update to be run without building dependencies for easier patch maintenance. Signed-off-by: Ilya Lipnitskiy --- lang/php7/pecl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/php7/pecl.mk b/lang/php7/pecl.mk index 82f90df24..d85e8d139 100644 --- a/lang/php7/pecl.mk +++ b/lang/php7/pecl.mk @@ -13,7 +13,7 @@ endef define Build/Prepare $(Build/Prepare/Default) - ( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/usr/bin/phpize7 ) + $(if $(QUILT),,( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/usr/bin/phpize7 )) endef CONFIGURE_VARS+= \