From e862978eac4b0bc88cacaba4cfc6cccdd8f54b11 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 1 Jan 2017 09:43:48 +0100 Subject: [PATCH] lang/php7-pecl-http: Drop mbed TLS 1.3 (PolarSSL) Drop mbed TLS 1.3 (PolarSSL) option as it's EOL. Signed-off-by: Daniel Engberg --- lang/php7-pecl-http/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/php7-pecl-http/Makefile b/lang/php7-pecl-http/Makefile index 6db8a78c91..be9267a742 100644 --- a/lang/php7-pecl-http/Makefile +++ b/lang/php7-pecl-http/Makefile @@ -9,7 +9,7 @@ PECL_NAME:=pecl_http PECL_LONGNAME:=Extended HTTP Support PKG_VERSION:=3.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=e3de67b156e7d5f6c2e5eb1e2b5f0acceb7004f1260d68c9f8b2c0f9629aabf0 PKG_NAME:=php7-pecl-http @@ -40,7 +40,7 @@ CONFIGURE_VARS+= \ PECL_cv_HAVE_LIBCURL_NSS=no \ PECL_cv_HAVE_LIBCURL_SecureTransport=no \ PECL_cv_HAVE_LIBCURL_GSKit=no \ - PECL_cv_HAVE_LIBCURL_PolarSSL=$(if $(CONFIG_LIBCURL_POLARSSL),yes,no) \ + PECL_cv_HAVE_LIBCURL_PolarSSL=no \ PECL_cv_HAVE_LIBCURL_WolfSSL=$(if $(CONFIG_LIBCURL_CYASSL),yes,no) \ PECL_cv_HAVE_LIBCURL_mbedTLS=$(if $(CONFIG_LIBCURL_MBEDTLS),yes,no) \ PECL_cv_HAVE_LIBCURL_axTLS=no \