mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
libcurl: bump to version 7.37.1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c38a9fb093
commit
57c303f624
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBCURL_VERSION = 7.37.0
|
LIBCURL_VERSION = 7.37.1
|
||||||
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.bz2
|
LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.bz2
|
||||||
LIBCURL_SITE = http://curl.haxx.se/download
|
LIBCURL_SITE = http://curl.haxx.se/download
|
||||||
LIBCURL_DEPENDENCIES = host-pkgconf \
|
LIBCURL_DEPENDENCIES = host-pkgconf \
|
||||||
@ -41,6 +41,7 @@ LIBCURL_CONF_OPT += --with-nss=$(STAGING_DIR)/usr
|
|||||||
LIBCURL_CONF_ENV += CPPFLAGS="$(TARGET_CPPFLAGS) `$(PKG_CONFIG_HOST_BINARY) nspr nss --cflags`"
|
LIBCURL_CONF_ENV += CPPFLAGS="$(TARGET_CPPFLAGS) `$(PKG_CONFIG_HOST_BINARY) nspr nss --cflags`"
|
||||||
LIBCURL_DEPENDENCIES += libnss
|
LIBCURL_DEPENDENCIES += libnss
|
||||||
else
|
else
|
||||||
|
# polarssl support needs 1.3.x
|
||||||
LIBCURL_CONF_OPT += --without-ssl --without-gnutls \
|
LIBCURL_CONF_OPT += --without-ssl --without-gnutls \
|
||||||
--without-polarssl --without-nss
|
--without-polarssl --without-nss
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user