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

Bug 126964

Summary: dev-util/subversion: respect LDFLAGS
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Paul de Vrieze (RETIRED) <pauldv>
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    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-20 07:25:16 UTC
Currently subversion does not respect LDFLAGS set by user.
A quick way to let it support them is to add a line 

export EXTRA_LDFLAGS="${LDFLAGS}"

right after econf and before emake, so that makefiles will see them and load them correctly.

HTH,
Diego
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2006-03-20 07:55:57 UTC
I've just changed the 1.3.0 ebuild to respect the LDFLAGS.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-20 09:18:03 UTC
Closing then, I think last ~arch is enough of a fix :)