comparison src/gnutls.mk @ 1768:d3d08843c62b

improved ./configure arguments for package gnutls
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 23 Apr 2011 14:50:18 +0200
parents 4f2f5d6667c4
children e739443acf5f
comparison
equal deleted inserted replaced
1767:8c947c21bbe0 1768:d3d08843c62b
30 --host='$(TARGET)' \ 30 --host='$(TARGET)' \
31 --enable-static \ 31 --enable-static \
32 --disable-shared \ 32 --disable-shared \
33 --prefix='$(PREFIX)/$(TARGET)' \ 33 --prefix='$(PREFIX)/$(TARGET)' \
34 --disable-nls \ 34 --disable-nls \
35 --disable-guile \
35 --with-included-libtasn1 \ 36 --with-included-libtasn1 \
36 --with-included-libcfg \ 37 --with-included-libcfg \
37 --with-libgcrypt \ 38 --with-libgcrypt \
38 --with-lzo \ 39 --without-lzo \
39 LIBS='-lz' 40 LIBS='-lz'
40 $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= defexec_DATA= 41 $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= defexec_DATA=
42 exit 1
41 endef 43 endef