From 03423e0583057cbe5a16f8439183e2dbc0e8dd7c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Dec 2019 19:17:24 +0300 Subject: secondary commit --- core/curl/build | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 core/curl/build (limited to 'core/curl/build') diff --git a/core/curl/build b/core/curl/build new file mode 100755 index 00000000..ac041c31 --- /dev/null +++ b/core/curl/build @@ -0,0 +1,18 @@ +#!/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 \ + --with-pic + +make +make DESTDIR="$1" install -- cgit v1.2.3