[Lunar-commits] r16575 - moonbase/trunk/crypto/gnutls

Dennis Veatch stumbles at lunar-linux.org
Tue Sep 20 18:09:32 UTC 2005


Author: stumbles
Date: 2005-09-20 18:09:27 +0000 (Tue, 20 Sep 2005)
New Revision: 16575

Added:
   moonbase/trunk/crypto/gnutls/BUILD
Log:

This was failing the build on lzo. Seems if the
lzo module is installed (at least here anyway) 
gnutls will try to use it but cannot find it.

Looks like "./configure --help" only gives the
option to "--without-lzo" which I take to mean
the system type or "--with-included-lzo". So
opted to use the included one.

Lossless compression is always a good thing, eh?
Well depends I suppose.



Added: moonbase/trunk/crypto/gnutls/BUILD
===================================================================
--- moonbase/trunk/crypto/gnutls/BUILD	2005-09-20 17:48:23 UTC (rev 16574)
+++ moonbase/trunk/crypto/gnutls/BUILD	2005-09-20 18:09:27 UTC (rev 16575)
@@ -0,0 +1,9 @@
+(
+
+  ./configure   --prefix=/usr       \
+                --with-included-lzo \
+
+  default_make
+
+
+) > $C_FIFO 2>&1



More information about the Lunar-commits mailing list