From c7172a4d4d062d0ee5c371b8bb464a1190e1b8c4 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 15 Jun 2019 12:53:41 -0700 Subject: [PATCH] php7-pecl-http: Fix wrong licurl define libcurl changed the option name a while back. Signed-off-by: Rosen Penev --- 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 68079048ba..f14310af2d 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.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) \