diff options
-rwxr-xr-x | core/curl/build | 3 | ||||
-rw-r--r-- | core/curl/depends | 2 | ||||
-rwxr-xr-x | testing/curl/build | 21 | ||||
-rw-r--r-- | testing/curl/checksums | 1 | ||||
-rw-r--r-- | testing/curl/depends | 2 | ||||
-rw-r--r-- | testing/curl/sources | 1 | ||||
-rw-r--r-- | testing/curl/version | 1 |
7 files changed, 3 insertions, 28 deletions
diff --git a/core/curl/build b/core/curl/build index 6a0914a4..fecb4f9a 100755 --- a/core/curl/build +++ b/core/curl/build @@ -15,7 +15,8 @@ --without-icu \ --without-libpsl \ --with-pic \ - --with-ca-fallback + --with-bearssl \ + --without-ssl make curl_LDFLAGS=-all-static make DESTDIR="$1" install diff --git a/core/curl/depends b/core/curl/depends index 9ee911ae..48d4f82f 100644 --- a/core/curl/depends +++ b/core/curl/depends @@ -1,2 +1,2 @@ -libressl +bearssl zlib diff --git a/testing/curl/build b/testing/curl/build deleted file mode 100755 index dc9e2625..00000000 --- a/testing/curl/build +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --enable-ipv6 \ - --enable-unix-sockets \ - --enable-hidden-symbols \ - --without-libidn \ - --without-libidn2 \ - --disable-manual \ - --disable-ldap \ - --disable-ares \ - --without-libidn \ - --without-librtmp \ - --without-icu \ - --without-libpsl \ - --with-pic \ - --with-bearssl - -make curl_LDFLAGS=-all-static -make DESTDIR="$1" install diff --git a/testing/curl/checksums b/testing/curl/checksums deleted file mode 100644 index a7d9f104..00000000 --- a/testing/curl/checksums +++ /dev/null @@ -1 +0,0 @@ -032f43f2674008c761af19bf536374128c16241fb234699a55f9fb603fcfbae7 curl-7.70.0.tar.xz diff --git a/testing/curl/depends b/testing/curl/depends deleted file mode 100644 index 9ee911ae..00000000 --- a/testing/curl/depends +++ /dev/null @@ -1,2 +0,0 @@ -libressl -zlib diff --git a/testing/curl/sources b/testing/curl/sources deleted file mode 100644 index a05b2ea5..00000000 --- a/testing/curl/sources +++ /dev/null @@ -1 +0,0 @@ -https://curl.haxx.se/download/curl-7.70.0.tar.xz diff --git a/testing/curl/version b/testing/curl/version deleted file mode 100644 index 0fe6d20d..00000000 --- a/testing/curl/version +++ /dev/null @@ -1 +0,0 @@ -7.70.0 1 |