[PATCH]: curl-config CPPFLAG_CURL_STATICLIB

2012-09-30 Thread Kelly Anderson
Hi, curl-config is not quite right, here's a patch. --- ./curl-config.in.orig2012-05-25 15:56:17.0 -0600 +++ ./curl-config.in2012-09-29 21:08:25.895528430 -0600 @@ -134,12 +134,12 @@ while test $# -gt 0; do else CPPFLAG_CURL_STATICLIB= fi -

Re: a home for libcurl from java?

2012-09-30 Thread Guenter
Hi Daniel, Am 29.09.2012 16:08, schrieb Daniel Stenberg: (Especially Guenter and Patrick) Is there an existing home for the libcurl binding for Java? The site currently pointed out from the curl web site seems to be dead and I get questions about this every now and then. here's the most recent

Re: [PATCH]: curl-config CPPFLAG_CURL_STATICLIB

2012-09-30 Thread Dan Fandrich
On Sat, Sep 29, 2012 at 09:22:35PM -0600, Kelly Anderson wrote: curl-config is not quite right, here's a patch. Thanks for the patch, but it's already been fixed in git. Dan --- List admin: