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

Merge branch 'bootstrap-gnutls-fix' into 'master'

scripts/bootstrap-depends.sh: GnuTLS needs --with-included-unistring

See merge request !118
parents 98bee240 60f8121f
No related branches found
No related tags found
1 merge request!118scripts/bootstrap-depends.sh: GnuTLS needs --with-included-unistring
......@@ -130,7 +130,7 @@ 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 --without-p11-kit \
--disable-tools --disable-cxx
--disable-tools --disable-cxx --with-included-unistring
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment