Browse Source

Merge pull request #14643 from lipnitsk/php7

lang/php7: Don't run phpize7 with QUILT
lilik-openwrt-22.03
Michael Heimpold 3 years ago
committed by GitHub
parent
commit
f609fd81a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/php7/pecl.mk

+ 1
- 1
lang/php7/pecl.mk 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+= \


Loading…
Cancel
Save