From db3389edc285d4ba7a23a2bd212d8af5db596dd4 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 25 Feb 2021 12:58:36 -0300 Subject: [PATCH] php8: fix pecl build with QUILT This is d4979cff0 ported to php8. Signed-off-by: Eneas U de Queiroz Signed-off-by: Michael Heimpold --- lang/php8/pecl.mk | 5 +++++ 1 file changed, 5 insertions(+) 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)