[Lunar-commits] r16859 - moonbase/trunk/web/w3c-libwww
Florin Braescu
florin at lunar-linux.org
Sun Oct 9 13:03:14 UTC 2005
Author: florin
Date: 2005-10-09 13:03:10 +0000 (Sun, 09 Oct 2005)
New Revision: 16859
Modified:
moonbase/trunk/web/w3c-libwww/DEPENDS
Log:
make mysql client lib be recognized at compile time. however there are a few issues when compile this module with mysql support.
Modified: moonbase/trunk/web/w3c-libwww/DEPENDS
===================================================================
--- moonbase/trunk/web/w3c-libwww/DEPENDS 2005-10-09 04:31:02 UTC (rev 16858)
+++ moonbase/trunk/web/w3c-libwww/DEPENDS 2005-10-09 13:03:10 UTC (rev 16859)
@@ -6,7 +6,7 @@
"--without-ssl" \
"to link with OpenSSL"
-optional_depends "mysql" \
- "--with-mysql" \
- "--without-mysql" \
+optional_depends "mysql" \
+ "--with-mysql" \
+ "--without-mysql" \
"for support for mysql access"
More information about the Lunar-commits
mailing list