Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 569266 - perl modules: compiler settings not respected
Summary: perl modules: compiler settings not respected
Status: RESOLVED DUPLICATE of bug 261375
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-23 05:31 UTC by SpanKY
Modified: 2015-12-23 06:24 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2015-12-23 05:31:56 UTC
if i run:
$ CFLAGS='-O2 -DMY_CFLAGS' CPPFLAGS='-DMY_CPPFLAGS' emerge IO-AIO
...
x86_64-pc-linux-gnu-gcc -c   -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -march=amdfam10 -pipe -g -frecord-gcc-switches -Wimplicit-function-declaration   -DVERSION=\"4.32\" -DXS_VERSION=\"4.32\" -fPIC "-I/usr/lib64/perl5/5.22.0/x86_64-linux-thread-multi/CORE"   AIO.c
...

it does not use these CFLAGS/CPPFLAGS.  instead, it uses the settings that perl itself was apparently compiled with.
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2015-12-23 06:24:53 UTC

*** This bug has been marked as a duplicate of bug 261375 ***