mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
php7-pecl-http: fix build for big endian (fixes #3691)
While at, improve pre-seeded dependency detection. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
@@ -16,6 +16,9 @@ define Build/Prepare
|
||||
( cd $(PKG_BUILD_DIR); $(STAGING_DIR)/usr/bin/phpize7 )
|
||||
endef
|
||||
|
||||
CONFIGURE_VARS+= \
|
||||
ac_cv_c_bigendian_php=$(if $(CONFIG_BIG_ENDIAN),yes,no)
|
||||
|
||||
CONFIGURE_ARGS+= \
|
||||
--with-php-config=$(STAGING_DIR)/usr/bin/php7-config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user