Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22415 - db-3.2.9-r* does not use CFLAGS in /etc/make.conf
Summary: db-3.2.9-r* does not use CFLAGS in /etc/make.conf
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-07 16:17 UTC by Joshua Kinard
Modified: 2003-06-19 11:09 UTC (History)
1 user (show)

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 Joshua Kinard gentoo-dev 2003-06-07 16:17:45 UTC
Merging db-3.2.9-r5 the other day, I noticed that "gcc" does not call in the
CFLAGS specified in /etc/make.conf, but g++ does.

checking whether the C compiler (gcc -D_GNU_SOURCE ) works... yes
checking whether the C compiler (gcc -D_GNU_SOURCE ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... g++
checking whether the C++ compiler (g++ -O3 -mips3 -mabi=32 -mtune=r4400 -pipe
-fomit-frame-pointer ) works... yes
checking whether the C++ compiler (g++ -O3 -mips3 -mabi=32 -mtune=r4400 -pipe
-fomit-frame-pointer ) is a cross-compiler... no
checking whether we are using GNU C++... yes
Comment 1 Grant Goodyear (RETIRED) gentoo-dev 2003-06-09 09:53:59 UTC
Tossing to pauldv 'cause he's the expert.
Comment 2 Paul de Vrieze (RETIRED) gentoo-dev 2003-06-19 11:09:59 UTC
Thanks for noticing this, I fixed it by editing the configure script. This script overrided the standard CFLAGS, this way it overrides it with the right values.