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

------- Comment #1 From SpanKY 2005-01-28 21:20:55 0000 -------
updated to respect $CC and $LDFLAGS

------- Comment #2 From Aaron Walker (RETIRED) 2005-02-03 03:44:41 0000 -------
SpanKY, 1.99,1-r1 reverts your changes...

------- Comment #3 From SpanKY 2005-02-03 15:17:37 0000 -------
osx (kito): if you're going to screw with games ebuilds, dont break them
please, it makes us very angry

fixed -r1 too