php8: fix pecl build with QUILT
This isd4979cff0
ported to php8. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com> Signed-off-by: Michael Heimpold <mhei@heimpold.de> (cherry picked from commitdb3389edc2
)
This commit is contained in:
parent
10d3f10a81
commit
61bd6aa423
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue