diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-10 11:42:17 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-10 11:42:17 +0000 |
| commit | a58d984454fd4412a65b101d609a53e7e680b8a9 (patch) | |
| tree | c4dadac26fa4bec216ad9cc5ac8121a9c5cd4a5a /curl/abuild | |
| parent | 3e10c42e897c7678ec5fe5edd2a7852704658e1a (diff) | |
| download | alicelinux-a58d984454fd4412a65b101d609a53e7e680b8a9.tar.gz alicelinux-a58d984454fd4412a65b101d609a53e7e680b8a9.zip | |
Woodpecker CI 7cbd6585f10cc503bb5c3a819451148545d55447 [SKIP CI]
Diffstat (limited to 'curl/abuild')
| -rw-r--r-- | curl/abuild | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/curl/abuild b/curl/abuild index 6853392e..e7181552 100644 --- a/curl/abuild +++ b/curl/abuild @@ -1,18 +1,7 @@ name=curl -version=8.13.0 +version=8.14.1 release=1 source="https://$name.se/download/$name-$version.tar.xz" -build_opt=" - --with-openssl - --enable-threaded-resolver - --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt - --without-brotli - --without-libidn2 - --without-libpsl - --without-librtmp - --without-nghttp2 - --without-zstd - --disable-manual" build() { mkdir bin @@ -21,7 +10,7 @@ build() { " > bin/perl chmod +x bin/perl export PATH=$PWD/bin:$PATH - + ./configure \ --prefix=/usr \ --with-openssl \ |