diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-18 16:55:43 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-18 16:55:43 +0000 |
| commit | 8533c1a6e6d5f78d4ded99ecd581677616cf2887 (patch) | |
| tree | a7a1c9643365406b3880d23d0c5ea0361fa8f5da /repos/core/curl/abuild | |
| parent | 15a1e91520d183df2918549b02c5b7220c2e8bc8 (diff) | |
| download | alicelinux-8533c1a6e6d5f78d4ded99ecd581677616cf2887.tar.gz alicelinux-8533c1a6e6d5f78d4ded99ecd581677616cf2887.zip | |
curl: static build
Diffstat (limited to 'repos/core/curl/abuild')
| -rw-r--r-- | repos/core/curl/abuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/repos/core/curl/abuild b/repos/core/curl/abuild index 77ad5eda..40945c4c 100644 --- a/repos/core/curl/abuild +++ b/repos/core/curl/abuild @@ -1,7 +1,8 @@ name=curl version=8.17.0 -release=1 +release=2 source="https://$name.se/download/$name-$version.tar.xz" +keep_static=1 build() { mkdir bin @@ -11,6 +12,8 @@ build() { chmod +x bin/perl export PATH=$PWD/bin:$PATH + sed 's/\(curl_LDADD =\)/\1 -all-static/' -i src/Makefile.in + ./configure \ --prefix=/usr \ --with-openssl \ |