Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69004 - mail-mta/qmail* uses ${CC}
Summary: mail-mta/qmail* uses ${CC}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-26 07:00 UTC by SpanKY
Modified: 2004-10-26 15:12 UTC (History)
2 users (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 SpanKY gentoo-dev 2004-10-26 07:00:17 UTC
should use $(tc-getCC) from toolchain-funcs.eclass
Comment 1 Tom Martin (RETIRED) gentoo-dev 2004-10-26 11:35:16 UTC
CC'ing maintainer.
Comment 2 SpanKY gentoo-dev 2004-10-26 11:41:42 UTC
there's also a bunch of qmail packages in net-mail/ ...

basically they all have the same wrong syntax:
echo "${CC} ${CFLAGS}" > conf-cc

also, when setting conf-ld, you should probably use:
echo "$(tc-getLD) ${LDFLAGS}" > conf-ld
Comment 3 Tom Martin (RETIRED) gentoo-dev 2004-10-26 15:12:10 UTC
OK, I've got all the net-mail/qmail* stuff done and mail-mta/qmail too. Thanks.