From: Michael Heimpold Date: Sat, 6 Feb 2021 11:25:01 +0000 (+0100) Subject: php8: Don't run phpize8 with QUILT X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8cb6bb35a6cbd43073b0107deb70f80c032ca0d4;p=feed%2Fpackages.git 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 --- diff --git a/lang/php8/pecl.mk b/lang/php8/pecl.mk index e89ffd6a9f..29fedfae1c 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+= \