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

Bug 481544

Summary: net-im/kf-0.5.4.1-r1 adds "-g" to linking flags
Product: Gentoo Linux Reporter: Julian Ospald <hasufell>
Component: New packagesAssignee: Gentoo Net-im project <net-im>
Status: RESOLVED WONTFIX    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: kf-0.5.4.1-r1:20130818-145052.log

Description Julian Ospald 2013-08-18 15:01:18 UTC
Created attachment 356378 [details]
kf-0.5.4.1-r1:20130818-145052.log

AM_LDFLAGS = @LDFLAGS@ -g -Wl,--export-dynamic

cflags have to be invoked in linking commands as well (which is the case here) and can have effect on the binary
https://www.gnu.org/prep/standards/html_node/Command-Variables.html#Command-Variables

besides that it unnecessarily adds CFLAGS to AM_CFLAGS and LDFLAGS to AM_LDFLAGS, but that's just a cosmetic issue, since those will show up twice in the build log then
Comment 1 Manuel RĂ¼ger (RETIRED) gentoo-dev 2013-09-20 00:42:59 UTC
Treecleaned.