summaryrefslogtreecommitdiff
path: root/cross.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cross.mk')
-rw-r--r--cross.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cross.mk b/cross.mk
index d3f4b9f20b..052919f51d 100644
--- a/cross.mk
+++ b/cross.mk
@@ -1,6 +1,6 @@
SMP=-j4
-GNUTLS_VERSION:=3.4.1
+GNUTLS_VERSION:=3.4.2
GNUTLS_FILE:=gnutls-$(GNUTLS_VERSION).tar.xz
GNUTLS_DIR:=gnutls-$(GNUTLS_VERSION)
@@ -157,7 +157,7 @@ $(GNUTLS_DIR)/.configured: $(NETTLE_DIR)/.installed $(P11_KIT_DIR)/.installed
cd $(GNUTLS_DIR) && \
$(CONFIG_ENV) LDFLAGS="$(LDFLAGS) -L$(LIB_DIR)" CFLAGS="-I$(HEADERS_DIR)" CXXFLAGS="-I$(HEADERS_DIR)" \
./configure $(CONFIG_FLAGS) --enable-local-libopts --disable-cxx \
- --without-zlib --disable-nls --enable-gcc-warnings --disable-libdane --disable-openssl-compatibility --with-included-libtasn1 && cd ..
+ --disable-doc --without-zlib --disable-nls --enable-gcc-warnings --disable-libdane --disable-openssl-compatibility --with-included-libtasn1 && cd ..
touch $@
$(OPENCONNECT_DIR)/.installed: $(OPENCONNECT_DIR)/.configured