Re: [gentoo-user] How do I pass options to emerge

2007-11-13 Thread Bo Ørsted Andresen
On Tuesday 13 November 2007 16:15:31 Neil Bothwick wrote: > On Tue, 13 Nov 2007 16:37:02 +0200, Rumen Yotov wrote: > > > > The package netqmail allows me to specify the value QMAIL_CONF_SPLIT > > > > before it compiles. How do I actually set this value? How do I set > > > > optional flags when I bu

Re: [gentoo-user] How do I pass options to emerge

2007-11-13 Thread Rumen Yotov
On (13/11/07 17:18) fei huang wrote: > On Nov 2, 2007 4:08 AM, Aaron Cordova <[EMAIL PROTECTED]> wrote: > > > > > The package netqmail allows me to specify the value QMAIL_CONF_SPLIT > > before it compiles. How do I actually set this value? How do I set optional > > flags when I build a package? D

Re: [gentoo-user] How do I pass options to emerge

2007-11-13 Thread fei huang
On Nov 2, 2007 4:08 AM, Aaron Cordova <[EMAIL PROTECTED]> wrote: > > The package netqmail allows me to specify the value QMAIL_CONF_SPLIT > before it compiles. How do I actually set this value? How do I set optional > flags when I build a package? Do i need to place them in a file somewhere or > c

[gentoo-user] How do I pass options to emerge

2007-11-01 Thread Aaron Cordova
The package netqmail allows me to specify the value QMAIL_CONF_SPLIT before it compiles. How do I actually set this value? How do I set optional flags when I build a package? Do i need to place them in a file somewhere or can I "export QMAIL_CONF_SPLIT=" in my shell prior to invoking emerge? --