From: Daniel Engberg Date: Sun, 1 Jan 2017 08:43:48 +0000 (+0100) Subject: lang/php7-pecl-http: Drop mbed TLS 1.3 (PolarSSL) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e862978eac4b0bc88cacaba4cfc6cccdd8f54b11;p=openwrt-packages.git 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 --- diff --git a/lang/php7-pecl-http/Makefile b/lang/php7-pecl-http/Makefile index 6db8a78c9..be9267a74 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 \