diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-07-16 22:48:42 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-07-17 01:28:48 +0200 |
commit | 92fb81711e5b6750b26db8a18dd2fb67cd747a6a (patch) | |
tree | 33d665270d6ee1f25b2c09d7f12158866844abdc /source | |
parent | 0f44897071e803a2844388421d16560bb6895a08 (diff) | |
download | current-20240716224842.tar.gz current-20240716224842.tar.xz |
Tue Jul 16 22:48:42 UTC 202420240716224842
n/curl-8.8.0-x86_64-3.txz: Rebuilt.
Recompiled using --with-openssl-quic to enable HTTP3.
This is (unsurprisingly) considered experimental, but should be fine.
Thanks to marav.
Diffstat (limited to '')
-rwxr-xr-x | source/n/curl/curl.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/n/curl/curl.SlackBuild b/source/n/curl/curl.SlackBuild index 191acf9bc..89ecdb9be 100755 --- a/source/n/curl/curl.SlackBuild +++ b/source/n/curl/curl.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=curl VERSION=${VERSION:-$(echo curl-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -93,6 +93,7 @@ CFLAGS="$SLKCFLAGS" \ --with-ca-path=/etc/ssl/certs \ --with-nghttp2=/usr \ --with-nghttp3=/usr \ + --with-openssl-quic \ $SSLOPT || exit 1 make $NUMJOBS || make || exit 1 |