php8: Don't run phpize8 with QUILT 14672/head
authorMichael Heimpold <mhei@heimpold.de>
Sat, 6 Feb 2021 11:25:01 +0000 (12:25 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Sat, 6 Feb 2021 13:26:25 +0000 (14:26 +0100)
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>
lang/php8/pecl.mk

index e89ffd6a9f40156ba3484c3e12c3ce545fbf74c1..29fedfae1c74b05d244cd5e93a90d54ef855f0ce 100644 (file)
@@ -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+= \