From: Sergey Matveev Date: Mon, 29 Dec 2025 13:30:20 +0000 (+0300) Subject: GnuTLS is more dependency hungry X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=896edcad4f6f89961da0f97c5d44f30287a0c679de53e387ef9282d9670d3cc2;p=bass.git GnuTLS is more dependency hungry --- diff --git a/build/skel/security/gnutls-3.8.6.do b/build/skel/security/gnutls-3.8.6.do index 927920a..b1614ba 100644 --- a/build/skel/security/gnutls-3.8.6.do +++ b/build/skel/security/gnutls-3.8.6.do @@ -3,7 +3,7 @@ sname=$1.do . "$BASS_ROOT"/lib/rc . "$BASS_ROOT"/build/skel/common.rc bdeps="rc-paths stow archivers/zstd devel/pkgconf-2.1.1" -rdeps="dns/libidn2-2.3.7 security/nettle-3.10.1" +rdeps="dns/libidn2-2.3.7 math/gmp-6.3.0 security/nettle-3.10.1" redo-ifchange $bdeps "$DISTFILES"/$NAME.tar.xz $rdeps hsh=$("$BASS_ROOT"/build/bin/cksum $BASS_REV $SPATH) . "$BASS_ROOT"/build/lib/create-tmp-for-build.rc @@ -14,7 +14,8 @@ $TAR xf "$DISTFILES"/$NAME.tar.xz cd $NAME ./configure --prefix="$SKELBINS"/$ARCH/$NAME-$hsh \ - --without-tpm --without-p11-kit --enable-static --with-included-libtasn1 >&2 + --without-tpm --without-p11-kit --enable-static \ + --with-included-unistring --with-included-libtasn1 >&2 make -j$MAKE_JOBS >&2 make install >&2