View Single Post
Old 06-28-2012, 04:28 PM   #5
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Haven't looked at the code, but I'm pretty sure there's also at least a basic wget binary in the base Kindle system, wouldn't that be sufficient?

EDIT: Okay, looked at the code, and, yeah, no, pretty sure busybox's wget doesn't handle cookies either .

So, yep, building a curl binary shouldn't be much trouble, there's no real dependencies to speak of if you don't need SSL support. (And if you do, it supports both gnutls and openssl, and while openssl is a bit of a nightmare to cross-compile, gnutls, being a GNU project, should be using a sane buildsystem ^^).

EDITē: Here you go (targeted at a K4/K5, it won't run on older devices). (OpenSSL static linked to avoid the OpenSSl 0.9.8/1.0.x mess, which explains the size). [I didn't test it, but it looks okay].
Attached Files
File Type: gz curl-7.26.0-k5.tar.gz (795.8 KB, 226 views)

Last edited by NiLuJe; 06-28-2012 at 07:19 PM.
NiLuJe is offline   Reply With Quote