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
commit f609fd81a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ endef
define Build/Prepare define Build/Prepare
$(Build/Prepare/Default) $(Build/Prepare/Default)
( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/usr/bin/phpize7 ) $(if $(QUILT),,( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/usr/bin/phpize7 ))
endef endef
CONFIGURE_VARS+= \ CONFIGURE_VARS+= \