diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-11 02:02:27 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-11 02:02:27 +0300 |
commit | 2ba35677fa41165104886a0bf11e2bb79f1fecf6 (patch) | |
tree | 5fb58b81e579a5f48da7c13662244e4dc5f307af /testing/curl/build | |
parent | 5351806cde46a6d7b28c22cc69d1da6378da63ec (diff) | |
download | repository-2ba35677fa41165104886a0bf11e2bb79f1fecf6.tar.gz |
curl: use bearssl instead of libressl
Diffstat (limited to 'testing/curl/build')
-rwxr-xr-x | testing/curl/build | 21 |
1 files changed, 0 insertions, 21 deletions
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 |