changeset 1957:56a51a5b74fd

fixed a small typo introduced by changeset e5969b622179
author Volker Grabsch <vog@notjusthosting.com>
date Sat, 20 Aug 2011 12:13:21 +0200
parents ec24966a70b9
children 3e50c88f2d2a
files src/gnutls.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gnutls.mk	Sat Aug 20 09:21:39 2011 +0200
+++ b/src/gnutls.mk	Sat Aug 20 12:13:21 2011 +0200
@@ -37,7 +37,7 @@
         --with-included-pakchois \
         --with-libgcrypt \
         --without-lzo \
-        --without-p11-kit
+        --without-p11-kit \
         LIBS='-lz'
     $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= defexec_DATA=
 endef