[gentoo-user] How to alter ./configure flags from emerge

2005-11-23 Thread Harry Putnam
I noticed while emerging mysql that the ./configure flags used during compile contained one that says: --without-docs Not a good plan for someone knowing zip about mysql. How can I change that to --with-docs from cmdline? Another thing I noticed is this: [...] --with-big-tables

Re: [gentoo-user] How to alter ./configure flags from emerge

2005-11-23 Thread Alexander Skwar
Harry Putnam wrote: I noticed while emerging mysql that the ./configure flags used during compile contained one that says: --without-docs Not a good plan for someone knowing zip about mysql. How can I change that to --with-docs from cmdline? You influence it, by setting USE flags. I'd

Re: [gentoo-user] How to alter ./configure flags from emerge

2005-11-23 Thread Mattias Merilai
Harry Putnam wrote: I noticed while emerging mysql that the ./configure flags used during compile contained one that says: --without-docs Not a good plan for someone knowing zip about mysql. How can I change that to --with-docs from cmdline? Another thing I noticed is this: [...]

Re: [gentoo-user] How to alter ./configure flags from emerge

2005-11-23 Thread Alexander Skwar
Mattias Merilai wrote: I do not know much about mysql, but looking at the latest ebuild it seems that it does not look for a doc USE flag. I disagree. Check the output of emerge -pv dev-db/mysql. Alexander Skwar -- Men of quality are not afraid of women for equality. --

Re: [gentoo-user] How to alter ./configure flags from emerge

2005-11-23 Thread Francesco R.
Alle 15:01, mercoledì 23 novembre 2005, Harry Putnam el ga butta: |I noticed while emerging mysql that the ./configure flags used | during compile contained one that says: --without-docs | |Not a good plan for someone knowing zip about mysql. How can I |change that to --with-docs from

Re: [gentoo-user] How to alter ./configure flags from emerge

2005-11-23 Thread Francesco R.
Alle 15:01, mercoledì 23 novembre 2005, Harry Putnam el ga butta: |I noticed while emerging mysql that the ./configure flags used | during compile contained one that says: --without-docs | |Not a good plan for someone knowing zip about mysql. How can I |change that to --with-docs from