From a4e2d48dada1426cbe9b168658cd4c34b6c18170827244a46e8e02014057e25e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 12 Nov 2024 15:17:53 +0300 Subject: [PATCH] Use included libtasn1 --- build/skel/security/gnutls-3.8.6.do | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1