Re: [gentoo-user] tuning ./configure parameters via emerge

2008-06-10 Thread Enrico Weigelt
* Nicolas Sebrecht <[EMAIL PROTECTED]> wrote: Hi, > I would like to compile a soft by passing some available options > to ./configure. > > I'm currently pretty sure I have to build my own ebuild. I don't enjoy > because of further maintenance. which package and which options are you exactly goi

Re: [gentoo-user] tuning ./configure parameters via emerge

2008-06-10 Thread Neil Bothwick
On Tue, 10 Jun 2008 09:55:27 +0200, Nicolas Sebrecht wrote: > I have a new question then. Let's take an example: > An ebuild has this line "econf --configure-option=foo" and my > EXTRA_ECONF is set to "--configure-option=bar". > > Is the issue actually known and would it be the same all the time

Re: [gentoo-user] tuning ./configure parameters via emerge

2008-06-10 Thread Justin
Nicolas Sebrecht schrieb: Alan McKinnon <[EMAIL PROTECTED]> a écrit: man 5 ebuild Search for EXTRA_ECONF I have a new question then. Let's take an example: An ebuild has this line "econf --configure-option=foo" and my EXTRA_ECONF is set to "--configure-option=bar". Is the issue ac

Re: [gentoo-user] tuning ./configure parameters via emerge

2008-06-10 Thread Nicolas Sebrecht
Alan McKinnon <[EMAIL PROTECTED]> a écrit: > man 5 ebuild > > Search for EXTRA_ECONF I have a new question then. Let's take an example: An ebuild has this line "econf --configure-option=foo" and my EXTRA_ECONF is set to "--configure-option=bar". Is the issue actually known and would it be the

Re: [gentoo-user] tuning ./configure parameters via emerge

2008-06-10 Thread Justin
Nicolas Sebrecht schrieb: Justin <[EMAIL PROTECTED]> a écrit: You can set it in /etc/portage/env//. Thank you. It works good. Is it documented somewhere ? It must (because I found it), but as far as I remember it wasn't a good doc. signature.asc Description: OpenPGP digital si

Re: [gentoo-user] tuning ./configure parameters via emerge

2008-06-10 Thread Nicolas Sebrecht
Justin <[EMAIL PROTECTED]> a écrit: > You can set it in /etc/portage/env//. Thank you. It works good. Is it documented somewhere ? > There you set every > variable portage knows and overwrite the default value. I always use > this to use package

Re: [gentoo-user] tuning ./configure parameters via emerge

2008-06-09 Thread Justin
Nicolas Sebrecht schrieb: Justin Findlay <[EMAIL PROTECTED]> 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//. There yo

Re: [gentoo-user] tuning ./configure parameters via emerge

2008-06-09 Thread Nicolas Sebrecht
Nicolas Sebrecht <[EMAIL PROTECTED]> a écrit: > Hmmm. If I do that, it will be applied to all ebuilds. Or not applied at all. As far as I know make.conf isn't "dumped sourced" by the shell (nor by emerge). -- Nicolas Sebrecht -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] tuning ./configure parameters via emerge

2008-06-09 Thread Nicolas Sebrecht
Justin Findlay <[EMAIL PROTECTED]> 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. -- Nicolas Sebrecht -- gentoo-user@lists.gentoo.org mailing list

Re: [gentoo-user] tuning ./configure parameters via emerge

2008-06-09 Thread Justin Findlay
On AD 2008 June 10 Tuesday 02:12:10 AM +0200, Nicolas Sebrecht wrote: > I didn't know that. If I can use it as a replacement for the "make > ebuild" solution, I don't think I can make it permanent (I mean like > package.use for choices about useflags). > > The idea is to have $EXTRA_ECONF value re

Re: [gentoo-user] tuning ./configure parameters via emerge

2008-06-09 Thread Nicolas Sebrecht
Alan McKinnon <[EMAIL PROTECTED]> a écrit: > man 5 ebuild > > Search for EXTRA_ECONF Thanks Alan for your answer. I didn't know that. If I can use it as a replacement for the "make ebuild" solution, I don't think I can make it permanent (I mean like package.use for choices about useflags). The

Re: [gentoo-user] tuning ./configure parameters via emerge

2008-06-09 Thread Alan McKinnon
On Monday 09 June 2008, Nicolas Sebrecht wrote: > Hi, > > I would like to compile a soft by passing some available options > to ./configure. > > I'm currently pretty sure I have to build my own ebuild. I don't > enjoy because of further maintenance. > > Is there any way to do it with the clas

[gentoo-user] tuning ./configure parameters via emerge

2008-06-09 Thread Nicolas Sebrecht
Hi, I would like to compile a soft by passing some available options to ./configure. I'm currently pretty sure I have to build my own ebuild. I don't enjoy because of further maintenance. Is there any way to do it with the classical emerge program ? -- Nicolas Sebrecht -- gentoo-use