Author: pebender
Date: Sun Mar 22 09:15:27 2009
New Revision: 4505
Modified:
trunk/gar-minimyth/script/net/curl/Makefile
Log:
- Updated additional features (telnet, cookies) in cURL.
Modified: trunk/gar-minimyth/script/net/curl/Makefile
==============================================================================
--- trunk/gar-minimyth/script/net/curl/Makefile (original)
+++ trunk/gar-minimyth/script/net/curl/Makefile Sun Mar 22 09:15:27 2009
@@ -30,7 +30,7 @@
--disable-ldaps \
--enable-proxy \
--disable-dict \
- --disable-telnet \
+ --enable-telnet \
--enable-tftp \
--disable-manual \
--enable-libgcc \
@@ -38,10 +38,10 @@
--enable-nonblocking \
--enable-thread \
--disable-ares \
- --disable-verbose \
+ --enable-verbose \
--disable-sspi \
- --disable-crypto-auth \
- --disable-cookies \
+ --enable-crypto-auth \
+ --enable-cookies \
--enable-hidden-symbols \
--disable-soname-bump \
--with-gnu-ld \
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---