]> Cypherpunks repositories - bass.git/commitdiff
Use included libtasn1
authorSergey Matveev <stargrave@stargrave.org>
Tue, 12 Nov 2024 12:17:53 +0000 (15:17 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 13 Nov 2024 10:07:02 +0000 (13:07 +0300)
build/skel/security/gnutls-3.8.6.do

index 52752fd95e4d7d5d853ae1e44581e1033655eaadef6701a2b4537a49e113115f..f1c0073b26102e241177135f4f1b340e277720fbf784c5d60678ba0cc23a0452 100644 (file)
@@ -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