On Thursday 25 December 2003 07:18 am, Lars Kneschke wrote:
> Hello developers!
>
> I plan to update a ebuild script. But i have a little problem.
>
> That's the problematic line from the ebuild file.
>
> myconf="--with-pgsql-includes=/usr/include --with-modules=\"gmysql ldap\""
> econf $myconf
<snip>
> If  i modify the lines to
>
> econf "--with-pgsql-includes=/usr/include --with-modules=\"gmysql ldap\""
>
> everithing works. But because of the IUSE flags i can't define it that way.

Sure you can.

econf --with-pgsql-includes=/usr/include --with-modules="gmysql ldap" $myconf

--Iggy

>
> What do i wrong?
>
> Cu
> --
> written with FeLaMiMail
> nice to know:
> http://marc.theaimsgroup.com/?l=php-dev&m=99802412523010&w=2
>
>
>
> --
> [EMAIL PROTECTED] mailing list

-- 
Home -- http://www.brianandsara.net
Gentoo -- http://gentoo.brianandsara.net

--
[EMAIL PROTECTED] mailing list

Reply via email to