git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8c6d7dc
)
php8: fix pecl build with QUILT
author
Eneas U de Queiroz
<redacted>
Thu, 25 Feb 2021 15:58:36 +0000
(12:58 -0300)
committer
Michael Heimpold
<redacted>
Sat, 6 Mar 2021 19:34:28 +0000
(20:34 +0100)
This is
d4979cff0
ported to php8.
Signed-off-by: Eneas U de Queiroz <redacted>
Signed-off-by: Michael Heimpold <redacted>
lang/php8/pecl.mk
patch
|
blob
|
history
diff --git
a/lang/php8/pecl.mk
b/lang/php8/pecl.mk
index 29fedfae1c74b05d244cd5e93a90d54ef855f0ce..139f5575e24ef900cfdda5a7e3658c112f483fd9 100644
(file)
--- 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)
git clone https://git.99rst.org/PROJECT