diff options
Diffstat (limited to 'source/n/wget2/wget2.SlackBuild')
-rwxr-xr-x | source/n/wget2/wget2.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/n/wget2/wget2.SlackBuild b/source/n/wget2/wget2.SlackBuild index 860a0443..3ab5332a 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 |