mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- Fix for mingw compile openssl ranlib.
git-svn-id: file:///svn/unbound/trunk@3230 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
a14f0ffb79
commit
b206977465
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ if [ "$DOWIN" = "yes" ]; then
|
||||||
# before 1.0.1i need --cross-compile-prefix=i686-w64-mingw32-
|
# before 1.0.1i need --cross-compile-prefix=i686-w64-mingw32-
|
||||||
sslflags="no-asm -DOPENSSL_NO_CAPIENG mingw"
|
sslflags="no-asm -DOPENSSL_NO_CAPIENG mingw"
|
||||||
info "winssl: Configure $sslflags"
|
info "winssl: Configure $sslflags"
|
||||||
CC=i686-w64-mingw32-gcc ./Configure --prefix="$sslinstall" $sslflags || error_cleanup "OpenSSL Configure failed"
|
CC=i686-w64-mingw32-gcc RANLIB=i686-w64-mingw32-ranlib ./Configure --prefix="$sslinstall" $sslflags || error_cleanup "OpenSSL Configure failed"
|
||||||
info "winssl: make"
|
info "winssl: make"
|
||||||
make || error_cleanup "OpenSSL crosscompile failed"
|
make || error_cleanup "OpenSSL crosscompile failed"
|
||||||
# only install sw not docs, which take a long time.
|
# only install sw not docs, which take a long time.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue