Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125557 - mail-client/mailx strips (and probably doesn't respect LDFLAGS)
Summary: mail-client/mailx strips (and probably doesn't 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: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2006-03-08 18:33 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-08-09 21:00 UTC (History)
0 users

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


Attachments
mailx-8.1.2.20050715-nostrip.patch (mailx-8.1.2.20050715-nostrip.patch,668 bytes, patch)
2006-03-08 18:34 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

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-08 18:33:50 UTC
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 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-08 18:34:20 UTC
Created attachment 81739 [details, diff]
mailx-8.1.2.20050715-nostrip.patch
Comment 2 Tuan Van (RETIRED) gentoo-dev 2006-03-14 15:33:17 UTC
committed. thank you.