Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126964 - dev-util/subversion: respect LDFLAGS
Summary: dev-util/subversion: 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: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2006-03-20 07:25 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-08-09 21:00 UTC (History)
0 users

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


Attachments

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-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 :)