Browse Source

Merge pull request #3732 from diizzyy/patch-3

lang/php7-pecl-http: Drop mbed TLS 1.3 (PolarSSL)
lilik-openwrt-22.03
Michael Heimpold 8 years ago
committed by GitHub
parent
commit
517d3634fc
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/php7-pecl-http/Makefile

+ 2
- 2
lang/php7-pecl-http/Makefile View File

@ -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 \


Loading…
Cancel
Save