Merge pull request #14643 from lipnitsk/php7
lang/php7: Don't run phpize7 with QUILT
This commit is contained in:
commit
f609fd81a4
1 changed files with 1 additions and 1 deletions
|
@ -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+= \
|
||||||
|
|
Loading…
Reference in a new issue