changeset 1768:d3d08843c62b

improved ./configure arguments for package gnutls
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 23 Apr 2011 14:50:18 +0200
parents 8c947c21bbe0
children e739443acf5f
files src/gnutls.mk
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnutls.mk	Fri Apr 22 21:21:50 2011 +0200
+++ b/src/gnutls.mk	Sat Apr 23 14:50:18 2011 +0200
@@ -32,10 +32,12 @@
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
         --disable-nls \
+        --disable-guile \
         --with-included-libtasn1 \
         --with-included-libcfg \
         --with-libgcrypt \
-        --with-lzo \
+        --without-lzo \
         LIBS='-lz'
     $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= defexec_DATA=
+exit 1
 endef