Gentoo Archives: gentoo-user

From: Jules Colding <colding@×××××.com>
To: Gentoo Users <gentoo-user@l.g.o>
Subject: [gentoo-user] How do I enable package specific FEATURES and CFLAGS?
Date: Sat, 14 Apr 2007 11:37:44
Message-Id: 1176550106.4744.11.camel@omc-2.omesc.com
1 Hi,
2
3 I always want to build evolution and evolution-data-server with:
4
5 CFLAGS="-march=k8 -O1 -ggdb -pipe"
6 FEATURES=splitdebug
7
8 as opposed to other all packages which I want to build with:
9
10 CFLAGS="-march=k8 -O2 -pipe"
11
12 How can I arrange for this to happen without manually
13 changing /etc/make.conf whenever I build those packages?
14
15
16 Thanks,
17 jules
18
19
20 --
21 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] How do I enable package specific FEATURES and CFLAGS? Elias Probst <mail@×××××××××××.eu>
Re: [gentoo-user] How do I enable package specific FEATURES and CFLAGS? "Bo Ørsted Andresen" <bo.andresen@××××.dk>