mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 15:36:19 +04:00
Merge pull request #9234 from neheb/php
php7-pecl-http: Fix wrong licurl define
This commit is contained in:
@@ -9,7 +9,7 @@ PECL_NAME:=pecl_http
|
||||
PECL_LONGNAME:=Extended HTTP Support
|
||||
|
||||
PKG_VERSION:=3.2.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_HASH:=6fb7f038365fb1f3302f1b7e7d6b55d5c422bdea36057b1efe02bbe6ad3cc01b
|
||||
|
||||
PKG_NAME:=php7-pecl-http
|
||||
@@ -41,7 +41,7 @@ CONFIGURE_VARS+= \
|
||||
PECL_cv_HAVE_LIBCURL_SecureTransport=no \
|
||||
PECL_cv_HAVE_LIBCURL_GSKit=no \
|
||||
PECL_cv_HAVE_LIBCURL_PolarSSL=no \
|
||||
PECL_cv_HAVE_LIBCURL_WolfSSL=$(if $(CONFIG_LIBCURL_CYASSL),yes,no) \
|
||||
PECL_cv_HAVE_LIBCURL_WolfSSL=$(if $(CONFIG_LIBCURL_WOLFSSL),yes,no) \
|
||||
PECL_cv_HAVE_LIBCURL_mbedTLS=$(if $(CONFIG_LIBCURL_MBEDTLS),yes,no) \
|
||||
PECL_cv_HAVE_LIBCURL_axTLS=no \
|
||||
PECL_cv_LIBCURL_TLSAUTH_SRP=$(if $(CONFIG_LIBCURL_TLS_SRP),yes,no) \
|
||||
|
||||
Reference in New Issue
Block a user