lang/php7: Don't run phpize7 with QUILT
authorIlya Lipnitskiy <redacted>
Thu, 4 Feb 2021 04:40:43 +0000 (20:40 -0800)
committerIlya Lipnitskiy <redacted>
Thu, 4 Feb 2021 04:40:54 +0000 (20:40 -0800)
Allows targets such as prepare, refresh, or update to be run without
building dependencies for easier patch maintenance.

Signed-off-by: Ilya Lipnitskiy <redacted>
lang/php7/pecl.mk

index 82f90df2432f0f8a862a8e2d20e2c0d8a8736987..d85e8d139917195b7be250eb5b2cf4d64a5f1ab5 100644 (file)
@@ -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+= \
git clone https://git.99rst.org/PROJECT