Merge pull request #14643 from lipnitsk/php7

lang/php7: Don't run phpize7 with QUILT
This commit is contained in:
Michael Heimpold
2021-02-05 00:11:18 +01:00
committed by GitHub
+1 -1
View 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+= \