]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version libcurl-7.52.1
authorMarkham <markham001@gmx.de>
Fri, 10 Feb 2017 08:48:13 +0000 (09:48 +0100)
committerMarkham <markham001@gmx.de>
Fri, 10 Feb 2017 08:48:13 +0000 (09:48 +0100)
make/libraries.mk
make/versions.mk

index ebe0724fe47e2e62c5923c8f080c3c3b6d05ee00..31e10e6dd57d023b50b557508fe6e06b6f179faf 100755 (executable)
@@ -163,10 +163,23 @@ $(D)/libcurl: $(ARCHIVE)/curl-$(CURL_VER).tar.bz2 $(D)/openssl $(D)/librtmp $(D)
                        --prefix=${PREFIX} \
                        --build=$(BUILD) \
                        --host=$(TARGET) \
-                       --disable-manual --disable-file --disable-rtsp --disable-dict \
-                       --disable-imap --disable-pop3 --disable-smtp --enable-shared \
-                       --with-random --mandir=/.remove \
-                       --with-ssl=$(TARGETPREFIX) \
+                       --mandir=/.remove \
+                       --enable-silent-rules \
+                       --disable-debug \
+                       --disable-curldebug \
+                       --disable-manual \
+                       --disable-file \
+                       --disable-rtsp \
+                       --disable-dict \
+                       --disable-imap \
+                       --disable-pop3 \
+                       --disable-smtp \
+                       --enable-shared \
+                       --disable-ldap \
+                       --without-libidn \
+                       --without-libpsl \
+                       --with-random \
+                       --with-ssl=$(TARGETPREFIX)/lib \
                        --with-librtmp=$(TARGETPREFIX)/lib; \
                $(MAKE) all; \
                mkdir -p $(HOSTPREFIX)/bin; \
index 4ae63d31c389d0c306f0e0000e128c2a47ee15ec..7b4974c80d0c41b3c3f696efb49225a69bafb062 100644 (file)
@@ -27,7 +27,7 @@ GETTEXT_VER = 0.19.7
 GIFLIB_VER=5.1.2
 
 # curl; command line tool for transferring data with URL syntax
-CURL_VER = 7.50.3
+CURL_VER = 7.52.1
 
 # e2fsprogs; filesystem utilities for use with the ext[x] filesystem
 E2FSPROGS_VER=1.42.13