summaryrefslogtreecommitdiffstats
path: root/source/n/wget2/wget2.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/wget2/wget2.SlackBuild')
-rwxr-xr-xsource/n/wget2/wget2.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/n/wget2/wget2.SlackBuild b/source/n/wget2/wget2.SlackBuild
index 860a04432..3ab5332ac 100755
--- a/source/n/wget2/wget2.SlackBuild
+++ b/source/n/wget2/wget2.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=wget2
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -94,7 +94,7 @@ CFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--infodir=/usr/info \
--docdir=/usr/doc/$PKGNAM-$VERSION \
- --with-openssl \
+ --with-ssl=gnutls \
--disable-static \
--build=${ARCH}-slackware-linux || exit 1