Paul de Vrieze <[EMAIL PROTECTED]> wrote: 
>On Thursday 25 December 2003 14:18, Lars Kneschke wrote:
>> That's the problematic line from the ebuild file.
>>
>> myconf="--with-pgsql-includes=/usr/include --with-modules=\"gmysql
>ldap\""
>> econf $myconf
>
>You need to double quote like:
>myconf='--with-pgsql-includes=/usr/include --with-modules=\"gmysql ldap\"'
>or
>myconf="--with-pgsql-includes=/usr/include --with-modules=\\\"gmysql
>ldap\\\""

This does also not work:

src_compile() {
        local myconf=""
        local modules=""

        myconf="--with-modules=\\\"ldap gmysql\\\""
        econf $myconf
        emake || die "emake failed"
}

--
written with FeLaMiMail
nice to know:
http://marc.theaimsgroup.com/?l=php-dev&m=99802412523010&w=2



--
[EMAIL PROTECTED] mailing list

Reply via email to