From 5fef8e37d89e5237fbfc6f927c9bca4f83fba148 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 17 May 2020 02:29:59 +0300 Subject: curl: add new package at 7.70.0 --- testing/curl/build | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 testing/curl/build (limited to 'testing/curl/build') diff --git a/testing/curl/build b/testing/curl/build new file mode 100755 index 00000000..dc9e2625 --- /dev/null +++ b/testing/curl/build @@ -0,0 +1,21 @@ +#!/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