From 8cb6bb35a6cbd43073b0107deb70f80c032ca0d4 Mon Sep 17 00:00:00 2001 From: Michael Heimpold Date: Sat, 6 Feb 2021 12:25:01 +0100 Subject: [PATCH] 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 Signed-off-by: Michael Heimpold --- lang/php8/pecl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+= \