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