Browse Source

php8: Don't run phpize8 with QUILT

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

This is d741a64b7 applied to php8.

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lilik-openwrt-22.03
Michael Heimpold 3 years ago
parent
commit
8cb6bb35a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/php8/pecl.mk

+ 1
- 1
lang/php8/pecl.mk View File

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


Loading…
Cancel
Save