Mike Frysinger via RT wrote:
> atm, the windres code in openssl is only usable via the cross-compile prefix
> option unlike all the other build tools.  So add support for the standard $RC
> / $WINDRES env vars as well.
> ---
> [SNIP]
>       else    {
>               s/^CC=.*$/CC= $cc/;
>               s/^AR=\s*ar/AR= $ar/;
>               s/^RANLIB=.*/RANLIB= $ranlib/;
> +             s/^WINDRES=\s*/WINDRES= \$\(CROSS_COMPILE\)/;
>               s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/ if $cc eq "gcc" || ($cc eq 
> 'cc' && $target =~ /darwin/);
>               }
Is above line correct ?

[SNIP]
Regards,
Roumen


_______________________________________________
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to