mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +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:
@@ -32,8 +32,8 @@ include $(INCLUDE_DIR)/nls.mk
|
||||
include ../php7/pecl.mk
|
||||
|
||||
CONFIGURE_VARS+= \
|
||||
PHP_PROPRO=yes \
|
||||
PHP_RAPHF=yes \
|
||||
PECL_cv_HAVE_EXT_propro=yes \
|
||||
PECL_cv_HAVE_EXT_raphf=yes \
|
||||
PECL_cv_HAVE_LIBCURL_ARES=no \
|
||||
PECL_cv_HAVE_LIBCURL_OpenSSL=$(if $(CONFIG_LIBCURL_OPENSSL),yes,no) \
|
||||
PECL_cv_HAVE_LIBCURL_GnuTLS=$(if $(CONFIG_LIBCURL_GNUTLS),yes,no) \
|
||||
|
||||
Reference in New Issue
Block a user