improved ./configure arguments for package gnutls

This commit is contained in:
Volker Grabsch 2011-04-23 14:50:18 +02:00
parent a5533d9ee0
commit 4220306701
1 changed files with 3 additions and 1 deletions

View File

@ -32,10 +32,12 @@ define $(PKG)_BUILD
--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