Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126863 - net-libs/libwww: patch to respect LDFLAGS
Summary: net-libs/libwww: patch to respect LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2006-03-19 13:38 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-08-09 21:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
libwww-5.4.0-respectflags.patch (libwww-5.4.0-respectflags.patch,1.63 KB, patch)
2006-03-19 13:39 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-19 13:38:25 UTC
Seems like libwww patching wasn't enough yet ;)

The attached patch makes libwww respect LDFLAGS, so that people can actually get what they want (also if that might break if they don't pay attention, but their fault ;) ).

HTH,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-19 13:39:15 UTC
Created attachment 82609 [details, diff]
libwww-5.4.0-respectflags.patch
Comment 2 Martin Ehmsen (RETIRED) gentoo-dev 2006-03-19 14:51:37 UTC
Fixed in CVS.
Comment 3 SpanKY gentoo-dev 2006-10-07 18:11:26 UTC
bad diego, no cookie

that should be at least:
-LDFLAGS = ...
+AM_LDFLAGS = ...

although more ideal would be to stick the version info flags into just LDFLAGS for the specific library that would be using it ...