diff options
author | Tim Biermann <tbier@posteo.de> | 2022-05-07 13:44:46 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-05-07 13:44:46 +0200 |
commit | c5935136003ccf04d12ce57e269212f539c51787 (patch) | |
tree | fb10d29e1149f1c94131e4f2c7e3149dcebac103 /curl | |
parent | 2d751051db7770657386ee318831ce08442cdc30 (diff) | |
download | core-c5935136003ccf04d12ce57e269212f539c51787.tar.gz core-c5935136003ccf04d12ce57e269212f539c51787.tar.xz |
curl: deleted wrong configure argument
Diffstat (limited to 'curl')
-rw-r--r-- | curl/Pkgfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/curl/Pkgfile b/curl/Pkgfile index 82ba299b..55ce07ce 100644 --- a/curl/Pkgfile +++ b/curl/Pkgfile @@ -16,7 +16,6 @@ build() { --enable-threaded-resolver \ --with-ca-bundle=/etc/ssl/cert.pem \ --with-openssl \ - --with-nghttp2 \ --disable-ldap{,s} \ --without-brotli \ --without-libidn2 \ |