tuning ./configure parameters via emerge
Nicolas Sebrecht schrieb:
Justin Findlay <justin@jfindlay.us> a écrit:
You probably just need to set it in your /etc/make.conf. make.conf is
just a bunch of bash variables anyway.
Hmmm. If I do that, it will be applied to all ebuilds.
You can set it in /etc/portage/env/<cat>/<pkg>. There you set every
variable portage knows and overwrite the default value. I always use
this to use package specific CFLAGS, FFLAGS, fortran compiler and else.
If it doesn't work directly try to set an export in front. For some
strange reason, this has to be done in many cases for switching the F77
variable.
|