Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481544 - net-im/kf-0.5.4.1-r1 adds "-g" to linking flags
Summary: net-im/kf-0.5.4.1-r1 adds "-g" to linking flags
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Net-im project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-18 15:01 UTC by Julian Ospald
Modified: 2013-09-20 00:42 UTC (History)
0 users

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


Attachments
kf-0.5.4.1-r1:20130818-145052.log (kf-0.5.4.1-r1:20130818-145052.log,156.52 KB, text/x-log)
2013-08-18 15:01 UTC, Julian Ospald
Details

Note You need to log in before you can comment on or make changes to this bug.
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.