summaryrefslogtreecommitdiffstats
path: root/source/n/curl/curl.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-07-16 18:30:34 +0000
committer Eric Hameleers <alien@slackware.com>2024-07-16 21:07:40 +0200
commit0f44897071e803a2844388421d16560bb6895a08 (patch)
treeff1825c91e017a0368e9ac088217236f559ef0f8 /source/n/curl/curl.SlackBuild
parent7d7038b86d981baa6172e47d2450f0d341297fb5 (diff)
downloadcurrent-0f44897071e803a2844388421d16560bb6895a08.tar.gz
current-0f44897071e803a2844388421d16560bb6895a08.tar.xz
Tue Jul 16 18:30:34 UTC 202420240716183034
Thanks for the Slackiversary wishes! a/bcachefs-tools-1.9.4-x86_64-1.txz: Upgraded. a/sysklogd-2.6.0-x86_64-1.txz: Upgraded. l/dbus-python-1.3.2-x86_64-3.txz: Rebuilt. Build with meson, which fixes pulseaudio's qpaeq. Thanks to gmgf and USUARIONUEVO. l/nodejs-20.15.1-x86_64-2.txz: Rebuilt. Recompiled using --shared-nghttp3. l/python-sphinx-7.4.4-x86_64-1.txz: Upgraded. n/c-ares-1.32.2-x86_64-1.txz: Upgraded. n/curl-8.8.0-x86_64-2.txz: Rebuilt. Recompiled using --with-nghttp2=/usr and --with-nghttp3=/usr. n/libnftnl-1.2.7-x86_64-1.txz: Upgraded. n/nghttp3-1.4.0-x86_64-1.txz: Added. Thanks to pbslxw and Lockywolf. n/ntp-4.2.8p18-x86_64-5.txz: Rebuilt. This is a bugfix release to fix a regression in ntp-4.2.8p18: If the IPv6 link-local interface was not ready for binding on the first attempt, ntpd would segfault in update_interfaces(). Thanks to Jonathan Woithe for the bug report and fix.
Diffstat (limited to '')
-rwxr-xr-xsource/n/curl/curl.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/n/curl/curl.SlackBuild b/source/n/curl/curl.SlackBuild
index 94649e0dc..191acf9bc 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:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -91,6 +91,8 @@ CFLAGS="$SLKCFLAGS" \
--enable-static=no \
--without-ca-bundle \
--with-ca-path=/etc/ssl/certs \
+ --with-nghttp2=/usr \
+ --with-nghttp3=/usr \
$SSLOPT || exit 1
make $NUMJOBS || make || exit 1