summaryrefslogtreecommitdiffstats
path: root/source/n/curl/curl.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/curl/curl.SlackBuild')
-rwxr-xr-xsource/n/curl/curl.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/n/curl/curl.SlackBuild b/source/n/curl/curl.SlackBuild
index 0c08d89f8..4ef4822b8 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
@@ -87,6 +87,7 @@ CFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--with-libssh2 \
--with-gssapi \
+ --enable-ares \
--enable-static=no \
--without-ca-bundle \
--with-ca-path=/etc/ssl/certs \