From 2ba35677fa41165104886a0bf11e2bb79f1fecf6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 11 Jun 2020 02:02:27 +0300 Subject: curl: use bearssl instead of libressl --- testing/curl/build | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 testing/curl/build (limited to 'testing/curl/build') 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 -- cgit v1.2.3