Browse Source

lang/php7: Don't run phpize7 with QUILT

Allows targets such as prepare, refresh, or update to be run without
building dependencies for easier patch maintenance.

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
lilik-openwrt-22.03
Ilya Lipnitskiy 4 years ago
parent
commit
d741a64b70
No known key found for this signature in database GPG Key ID: 435C02AAE7CF2014
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