curl-users
Re: curl-config patch
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 28 Jun 2001 15:12:34 +0200 (MET DST)
Date: Thu, 28 Jun 2001 15:12:34 +0200 (MET DST)
On 27 Jun 2001, [iso-8859-2] Rafał Kleger-Rudomin wrote:
> If curl was linked with -s, this will be propagated to all programs that
> was linked with it.
True...
> I patched this in the following way, dunno if it is correct:
- echo @LDFLAGS@ @LIBS@
+ echo @LIBS@
No, I'd say it isn't correct. By removing LDFLAGS completely, you won't for
example get the -L path(s), that might be crucial.
I have no really neat solution to this right now. We might need to extract
only the -L info from the LDFLAGS...
-- Daniel Stenberg -- curl dude -- http://curl.haxx.se/Received on 2001-06-28