Bug 125557 - mail-client/mailx strips (and probably doesn't respect LDFLAGS)
Bug#: 125557 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: net-mail@gentoo.org Reported By: flameeyes@gentoo.org
Component: Ebuilds
URL: 
Summary: mail-client/mailx strips (and probably doesn't respect LDFLAGS)
Keywords:  
Status Whiteboard: 
Opened: 2006-03-08 18:33 0000
Description:   Opened: 2006-03-08 18:33 0000
Currently mailx uses some strange debian hackage to choose if it has to use -s
in LDFLAGS or not... and by default it does.
The attached patch replaces the sed line currently used for EXTRAFLAGS (does it
work actually? I haven't tried without my patch tbh) and allows to get a
non-stripped copy of mailx (that can be passed through splitdebug).

This way it should also respect LDFLAGS correctly (again, haven't tried
without, I'm just looking at the original makefile).

HTH,
Diego

------- Comment #1 From Diego E. 'Flameeyes' Pettenò 2006-03-08 18:34:20 0000 -------
Created an attachment (id=81739) [details]
mailx-8.1.2.20050715-nostrip.patch

------- Comment #2 From Tuan Van (RETIRED) 2006-03-14 15:33:17 0000 -------
committed. thank you.