From: Sergey Matveev Date: Tue, 12 Nov 2024 12:17:53 +0000 (+0300) Subject: Use included libtasn1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a4e2d48dada1426cbe9b168658cd4c34b6c18170827244a46e8e02014057e25e;p=bass.git Use included libtasn1 --- diff --git a/build/skel/security/gnutls-3.8.6.do b/build/skel/security/gnutls-3.8.6.do index 52752fd..f1c0073 100644 --- a/build/skel/security/gnutls-3.8.6.do +++ b/build/skel/security/gnutls-3.8.6.do @@ -14,7 +14,7 @@ $TAR xf "$DISTFILES"/$NAME.tar.xz cd $NAME ./configure --prefix="$SKELBINS"/$ARCH/$NAME-$hsh \ - --without-tpm --without-p11-kit --enable-static >&2 + --without-tpm --without-p11-kit --enable-static --with-included-libtasn1 >&2 make -j$MAKE_JOBS >&2 make install >&2