lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 517d3634fc6c561e72af37db5a2ff4acb0d20f02
parent 91b223913f3ef43c31a64d08bbcfcb065cba63cd
Author: Michael Heimpold <mhei@heimpold.de>
Date:   Sun,  1 Jan 2017 21:37:26 +0100

Merge pull request #3732 from diizzyy/patch-3

lang/php7-pecl-http: Drop mbed TLS 1.3 (PolarSSL)
Diffstat:
Mlang/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 @@ -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 \