]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Build GnuTLS with --without-p11-kit
authorOndřej Surý <ondrej@sury.org>
Wed, 19 Oct 2016 14:31:26 +0000 (16:31 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 20 Oct 2016 17:28:01 +0000 (19:28 +0200)
scripts/bootstrap-depends.sh

index f26859cf833a66ec44626a5af64377d49e797f34..611b66cdd3671a76db17d9e5a71b8a265cc210d1 100755 (executable)
@@ -128,7 +128,7 @@ pkg nettle ${NETTLE_URL} ${NETTLE_TAG} include/nettle \
 export GMP_CFLAGS="-I${PREFIX}/include"
 export GMP_LIBS="-L${PREFIX}/lib -lgmp"
 pkg gnutls ${GNUTLS_URL} ${GNUTLS_TAG} include/gnutls \
-       --disable-tests --disable-doc --disable-valgrind-tests --disable-static --with-included-libtasn1
+       --disable-tests --disable-doc --disable-valgrind-tests --disable-static --with-included-libtasn1 --without-p11-kit
 pkg jansson ${JANSSON_URL} ${JANSSON_TAG} include/jansson.h --disable-static
 pkg libknot ${KNOT_URL} ${KNOT_TAG} include/libknot \
        --disable-static --with-lmdb=no --disable-fastparser --disable-daemon --disable-utilities --disable-documentation