Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 126863

Summary: net-libs/libwww: patch to respect LDFLAGS
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Text-Markup Team (OBSOLETE) <text-markup+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    
Attachments: libwww-5.4.0-respectflags.patch

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 ...