Browse Source
Merge pull request #14672 from mhei/php8-quilt-optimize
php8: Don't run phpize8 with QUILT
lilik-openwrt-22.03
Michael Heimpold
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lang/php8/pecl.mk
|
|
@ -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+= \
|
|
|
|