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.


-- 
Best regards,
Daniel


-- 
gentoo-user@gentoo.org mailing list

Reply via email to