mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-13 15:54:07 -05:00
- Fixup makedist.sh for windows compile.
git-svn-id: file:///svn/unbound/trunk@2858 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
2471a0971f
commit
269f6a5f52
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
12 March 2013: Wouter
|
||||
- Fixup makedist.sh for windows compile.
|
||||
|
||||
11 March 2013: Wouter
|
||||
- iana portlist update.
|
||||
- testcode/ldns-testpkts.c check for makedist is informational.
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ if [ "$DOWIN" = "yes" ]; then
|
|||
info "Crosscompile windows dist"
|
||||
cross="yes"
|
||||
configure="mingw32-configure"
|
||||
strip="i686-pc-mingw32-strip"
|
||||
strip="i686-w64-mingw32-strip"
|
||||
makensis="makensis" # from mingw32-nsis package
|
||||
# flags for crosscompiled dependency libraries
|
||||
cross_flag=""
|
||||
|
|
@ -208,7 +208,7 @@ if [ "$DOWIN" = "yes" ]; then
|
|||
cd openssl-* || error_cleanup "no openssl-X dir in tarball"
|
||||
# configure for crosscompile, without CAPI because it fails
|
||||
# cross-compilation and it is not used anyway
|
||||
sslflags="no-asm --cross-compile-prefix=i686-pc-mingw32- -DOPENSSL_NO_CAPIENG mingw"
|
||||
sslflags="no-asm --cross-compile-prefix=i686-w64-mingw32- -DOPENSSL_NO_CAPIENG mingw"
|
||||
info "winssl: Configure $sslflags"
|
||||
./Configure --prefix="$sslinstall" $sslflags || error_cleanup "OpenSSL Configure failed"
|
||||
info "winssl: make"
|
||||
|
|
|
|||
Loading…
Reference in a new issue