[openssl-dev] [PATCH] [openssl.org #2558] [patch] make windres controllable via build env var settings

2015-04-02 Thread Mike Frysinger via RT
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. --- Configure | 3 +++ Makefile.org| 2 ++ Makefile.shared | 2 +- 3 files changed, 6 insertions(+), 1 d

Re: [openssl-dev] [PATCH] [openssl.org #2558] [patch] make windres controllable via build env var settings

2015-03-08 Thread Roumen Petrov via RT
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/; >

[openssl-dev] [PATCH] [openssl.org #2558] [patch] make windres controllable via build env var settings

2015-03-07 Thread Mike Frysinger via RT
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. --- Configure | 3 +++ Makefile.org| 2 ++ Makefile.shared | 2 +- 3 files changed, 6 insertions(+), 1 d