Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 125557

Summary: mail-client/mailx strips (and probably doesn't respect LDFLAGS)
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    
Attachments: mailx-8.1.2.20050715-nostrip.patch

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.