Browse Source

php8: fix pecl build with QUILT

This is d4979cff0 ported to php8.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lilik-openwrt-22.03
Eneas U de Queiroz 3 years ago
committed by Michael Heimpold
parent
commit
db3389edc2
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      lang/php8/pecl.mk

+ 5
- 0
lang/php8/pecl.mk View File

@ -16,6 +16,11 @@ define Build/Prepare
$(if $(QUILT),,( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/usr/bin/phpize8 ))
endef
define Build/Configure
$(if $(QUILT),( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/usr/bin/phpize8 ))
$(Build/Configure/Default)
endef
CONFIGURE_VARS+= \
ac_cv_c_bigendian_php=$(if $(CONFIG_BIG_ENDIAN),yes,no)


Loading…
Cancel
Save