summaryrefslogtreecommitdiff
path: root/curl
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-05-07 13:40:05 +0200
committerTim Biermann <tbier@posteo.de>2022-05-07 13:40:05 +0200
commit2d751051db7770657386ee318831ce08442cdc30 (patch)
tree4b8c57ccbdad98df0619354ad2317012f0efcd5d /curl
parent52ce4a3827f733be6f313fba31ab214605ffce15 (diff)
downloadcore-2d751051db7770657386ee318831ce08442cdc30.tar.gz
core-2d751051db7770657386ee318831ce08442cdc30.tar.xz
curl: do not link against libraries that are not in core
Diffstat (limited to 'curl')
-rw-r--r--curl/Pkgfile15
1 files changed, 10 insertions, 5 deletions
diff --git a/curl/Pkgfile b/curl/Pkgfile
index bfc0d673..82ba299b 100644
--- a/curl/Pkgfile
+++ b/curl/Pkgfile
@@ -5,7 +5,7 @@
name=curl
version=7.83.0
-release=1
+release=2
source=(https://curl.haxx.se/download/$name-$version.tar.xz)
build() {
@@ -13,11 +13,16 @@ build() {
./configure \
--prefix=/usr \
--enable-ipv6 \
- --without-libidn2 \
- --with-openssl \
- --without-cyassl \
--enable-threaded-resolver \
- --with-ca-bundle=/etc/ssl/cert.pem
+ --with-ca-bundle=/etc/ssl/cert.pem \
+ --with-openssl \
+ --with-nghttp2 \
+ --disable-ldap{,s} \
+ --without-brotli \
+ --without-libidn2 \
+ --without-libpsl \
+ --without-nghttp2 \
+ --without-librtmp
make
make DESTDIR=$PKG install
make -C docs/libcurl DESTDIR=$PKG install

Generated by cgit