]> git.webhop.me Git - bs-cst-neutrino-hd.git/commitdiff
bump version libcurl-7.61.0
authorMarkham <markham001@gmx.de>
Sat, 14 Jul 2018 16:30:01 +0000 (18:30 +0200)
committerMarkham <markham001@gmx.de>
Sat, 14 Jul 2018 16:30:01 +0000 (18:30 +0200)
make/libraries.mk
make/versions.mk

index 1a14f9ce5c718fff6f0c04515852816a4cb15992..7f2356adf101f5fc154ee968061a65940c20ef14 100755 (executable)
@@ -423,7 +423,7 @@ $(D)/libcurl: $(ARCHIVE)/curl-$(CURL_VER).tar.bz2 $(D)/openssl $(D)/librtmp $(D)
                        --without-libpsl \
                        --with-random=/dev/urandom \
                        --with-ca-bundle=/$(CA_BUNDLE_DIR)/$(CA_BUNDLE) \
-                       --with-ssl=$(TARGETPREFIX)/lib \
+                       --with-ssl=$(TARGETPREFIX) \
                        --with-librtmp=$(TARGETPREFIX)/lib; \
                $(MAKE) all; \
                mkdir -p $(HOSTPREFIX)/bin; \
index e230c46fabe02485a0c38a942f5735f009023702..6f8908029cce586e3efed1c8b3045bcdd7261632 100644 (file)
@@ -41,7 +41,7 @@ GETTEXT_VER = 0.19.8.1
 GIFLIB_VER=5.1.4
 
 # curl; command line tool for transferring data with URL syntax
-CURL_VER = 7.60.0
+CURL_VER = 7.61.0
 
 # e2fsprogs; filesystem utilities for use with the ext[x] filesystem
 E2FSPROGS_VER=1.42.13