From db117be12e7be76d208ce613a803410956b47294 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 20 Sep 2021 01:15:25 +0300 Subject: curl: build dynamic libraries but link the binary statically --- core/curl/build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/curl/build b/core/curl/build index 7ac915ff..49110294 100755 --- a/core/curl/build +++ b/core/curl/build @@ -18,5 +18,8 @@ --without-zstd \ --with-pic -make LDFLAGS=-all-static +make make DESTDIR="$1" install +rm -f src/curl +make LDFLAGS=-all-static +clinst -Dm755 src/curl "$1/usr/bin/curl" -- cgit v1.2.3