Skip to content
Snippets Groups Projects
Commit 4464b5f7 authored by Ondřej Surý's avatar Ondřej Surý
Browse files

Build GnuTLS with --without-p11-kit

parent 7a70701b
Branches
Tags
1 merge request!55Resolve libknot and libzscanner SONAME at the build time and fixes to bootstrap-depends.sh script
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment