On Tuesday 27 March 2007 16:52, Daniel Iliev wrote:
> Grant Edwards wrote:
> > Is there no way to specify options to a program's "configure"
> > script when building using emerge?
> >
> > Do I have create my own ebuild file?
>
> Just follow Bo's advice:
> Put for example:
>    EXTRA_ECONF="$EXTRA_ECONF --without-ext2undel"
> at the end of your /etc/make.conf and this will be the same as
>  "./configure --without-ext2undel && make && make install"
>
>
> P.S.
>
> Don't forget to disable this modification after you are ready, otherwise
> all packages that support the same configure option will be build this way.

better doing it in the command line:

# EXTRA_ECONF="$EXTRA_ECONF --without-ext2undel" emerge -avt <package>

but i think there is some place to put this stuff for a specific package, so 
when you upgrade the package, you don't have to do it again.

[]'s
        .m
-- 
gentoo-user@gentoo.org mailing list

Reply via email to