From: Eneas U de Queiroz Date: Thu, 25 Feb 2021 15:58:36 +0000 (-0300) Subject: php8: fix pecl build with QUILT X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=db3389edc285d4ba7a23a2bd212d8af5db596dd4;p=openwrt-packages.git php8: fix pecl build with QUILT This is d4979cff0 ported to php8. Signed-off-by: Eneas U de Queiroz Signed-off-by: Michael Heimpold --- diff --git a/lang/php8/pecl.mk b/lang/php8/pecl.mk index 29fedfae1..139f5575e 100644 --- a/lang/php8/pecl.mk +++ b/lang/php8/pecl.mk @@ -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)