summaryrefslogtreecommitdiff
path: root/cross.mk
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2015-06-20 12:23:40 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2015-06-20 12:23:40 +0200
commit830b83f108b038d055e72d80cb25fe9980fb936b (patch)
tree7df71340d6ad61badf4e195e0a19c0f6501cf0ea /cross.mk
parent36e35de02c5e0e55ba6d7a8166f7b8806c9eb4f9 (diff)
downloadgnutls-830b83f108b038d055e72d80cb25fe9980fb936b.tar.gz
cross.mk: updated for 3.4.2
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