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 for this to happen without manually
> changing /etc/make.conf whenever I build those packages?

# 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.

-- 
Bo Andresen

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to