diff options
Diffstat (limited to '')
-rwxr-xr-x | source/n/curl/curl.SlackBuild | 4 |
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 |