begin  quote
On Thu, 25 Dec 2003 16:17:01 +0100
Lars Kneschke <[EMAIL PROTECTED]> wrote:

> The value for with-modules depends on the IUSE flags:
> 
> src_compile() {
>         local myconf=""
>         local modules=""
> 
>         use static && myconf="$myconf --enable-static-binaries"
>         use mysql && modules="gmysql $modules"
>         use postgres && modules="gpgsql $modules"
>         use ldap && modules="$modules ldap"
> 
use ${modules} instead of $modules, and they will be expanded as you
expect.




-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to