]> Cypherpunks repositories - bass.git/commitdiff
Seems that Wget works with GnuTLS now
authorSergey Matveev <stargrave@stargrave.org>
Tue, 10 Feb 2026 13:42:09 +0000 (16:42 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 10 Feb 2026 13:42:09 +0000 (16:42 +0300)
build/skel/ftp/wget-1.25.0.do

index dfd8bce0bdf2bfc3eb98a0d2aaa573518100ae9559b78dcd78780dd7ed474603..e26b7202b5a84837718db05af470dc464152ee51b1fb6a7f188dc99e413d201f 100644 (file)
@@ -13,7 +13,7 @@ devel/pkgconf-2.1.1
 rdeps="
 devel/pcre2-10.44
 dns/c-ares-1.30.0
-security/openssl-1.1.1w
+security/gnutls-3.8.12
 "
 redo-ifchange $bdeps "$DISTFILES"/$NAME.tar.lz $rdeps
 hsh=$("$BASS_ROOT"/build/bin/cksum $BASS_REV $SPATH)
@@ -25,7 +25,7 @@ $TAR xf "$DISTFILES"/$NAME.tar.lz
 
 cd $NAME
 CFLAGS="-g $CFLAGS" ./configure --prefix="$SKELBINS"/$ARCH/$NAME-$hsh \
-    --with-ssl=openssl --with-cares >&2
+    --with-ssl=gnutls --with-cares >&2
 
 make -j$MAKE_JOBS >&2
 make install >&2