Bug 78928 - games-misc/fortune-mod's Makefile hardcodes LDFLAGS="-s"
|
Bug#:
78928
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: minor
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: games@gentoo.org
|
Reported By: ka0ttic@gentoo.org
|
|
Component: Games
|
|
|
URL:
|
|
Summary: games-misc/fortune-mod's Makefile hardcodes LDFLAGS="-s"
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2005-01-21 03:44 0000
|
...which makes it kind of hard to debug ;)
There's already a Makefile sed in there, so maybe add s:^\(LDFLAGS=\).*$:\1: (or \1${LDFLAGS} if you want to respect LDFLAGS, of course).
This affects both versions.
updated to respect $CC and $LDFLAGS
SpanKY, 1.99,1-r1 reverts your changes...
osx (kito): if you're going to screw with games ebuilds, dont break them
please, it makes us very angry
fixed -r1 too