Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 369817 - dev-util/elfkickers-3.0 doesn't respect CFLAGS
Summary: dev-util/elfkickers-3.0 doesn't respect CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-02 15:18 UTC by Alec Meyers
Modified: 2011-06-06 16:55 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,9.58 KB, text/plain)
2011-06-02 15:18 UTC, Alec Meyers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alec Meyers 2011-06-02 15:18:22 UTC
elfkickers-3.0 ignores the CC variable and the CFLAGS variable

Reproducible: Always

Steps to Reproduce:
1. emerge =dev-util/elfkickers-3.0
Actual Results:  
...
gcc -Wall -Wextra -O3   -c -o elfrw.o elfrw.c
gcc -Wall -Wextra -O3   -c -o elfrw.o elfrw.c
gcc -Wall -Wextra -O3   -c -o elfrw_dyn.o elfrw_dyn.c
...

Expected Results:  
...
x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe   -c -o elfrw.o elfrw.c
x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe   -c -o elfrw.o elfrw.c
x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe   -c -o elfrw_dyn.o elfrw_dyn.c
...
Comment 1 Alec Meyers 2011-06-02 15:18:39 UTC
Created attachment 275625 [details]
build.log
Comment 2 Anthony Basile gentoo-dev 2011-06-03 03:15:54 UTC
Please test elfkickers-3.0-r1.ebuild
Comment 3 Alec Meyers 2011-06-06 16:31:05 UTC
Thanks, it works.