[gentoo-user] How do I enable package specific FEATURES and CFLAGS?

2007-04-14 Thread Jules Colding
Hi, I always want to build evolution and evolution-data-server with: CFLAGS=-march=k8 -O1 -ggdb -pipe FEATURES=splitdebug as opposed to other all packages which I want to build with: CFLAGS=-march=k8 -O2 -pipe How can I arrange for this to happen without manually changing /etc/make.conf

Re: [gentoo-user] How do I enable package specific FEATURES and CFLAGS?

2007-04-14 Thread Elias Probst
On Saturday 14 April 2007 13:28:26 Jules Colding wrote: Hi, I always want to build evolution and evolution-data-server with: CFLAGS=-march=k8 -O1 -ggdb -pipe FEATURES=splitdebug http://forums.gentoo.org/viewtopic-t-472386-highlight-bashrcng.html Using portage-bashrc-ng you can do this. Pay

Re: [gentoo-user] How do I enable package specific FEATURES and CFLAGS?

2007-04-14 Thread Bo Ørsted Andresen
On Saturday 14 April 2007 13:28:26 Jules Colding wrote: Hi, I always want to build evolution and evolution-data-server with: CFLAGS=-march=k8 -O1 -ggdb -pipe FEATURES=splitdebug as opposed to other all packages which I want to build with: CFLAGS=-march=k8 -O2 -pipe How can I arrange

Re: [gentoo-user] How do I enable package specific FEATURES and CFLAGS?

2007-04-14 Thread Bo Ørsted Andresen
On Saturday 14 April 2007 14:08:58 Bo Ørsted Andresen wrote: # CAT END /etc/portage/env/mail-client/evolution Heh, that obviously went out a bit too fast. cat not CAT. :) -- Bo Andresen signature.asc Description: This is a digitally signed message part.

Re: [gentoo-user] How do I enable package specific FEATURES and CFLAGS?

2007-04-14 Thread Jules Colding
On Sat, 2007-04-14 at 14:13 +0200, Bo Ørsted Andresen wrote: On Saturday 14 April 2007 14:08:58 Bo Ørsted Andresen wrote: # CAT END /etc/portage/env/mail-client/evolution Heh, that obviously went out a bit too fast. cat not CAT. :) I got the idea ;-) Thanks a lot, jules -- [EMAIL

Re: [gentoo-user] How do I enable package specific FEATURES and CFLAGS?

2007-04-14 Thread Daniel Pielmeier
# mkdir -p /etc/portage/env/mail-client # CAT END /etc/portage/env/mail-client/evolution CFLAGS=-march=k8 -O1 -ggdb -pipe FEATURES=$FEATURES splitdebug END Likewise for gnome-extra/evolution-data-server. I think here is some clarification needed, at least for me! Is this

Re: [gentoo-user] How do I enable package specific FEATURES and CFLAGS?

2007-04-14 Thread Bo Ørsted Andresen
On Saturday 14 April 2007 15:34:59 Daniel Pielmeier wrote: # mkdir -p /etc/portage/env/mail-client # CAT END /etc/portage/env/mail-client/evolution CFLAGS=-march=k8 -O1 -ggdb -pipe FEATURES=$FEATURES splitdebug END Likewise for gnome-extra/evolution-data-server. I think here

Re: [gentoo-user] How do I enable package specific FEATURES and CFLAGS?

2007-04-14 Thread Daniel Pielmeier
Bo Ørsted Andresen schrieb: On Saturday 14 April 2007 15:34:59 Daniel Pielmeier wrote: # mkdir -p /etc/portage/env/mail-client # CAT END /etc/portage/env/mail-client/evolution CFLAGS=-march=k8 -O1 -ggdb -pipe FEATURES=$FEATURES splitdebug END Likewise for