mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-23 15:12:55 -05:00
- Fix mingw crosscompile for recent mingw.
git-svn-id: file:///svn/unbound/trunk@3595 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
c1fb10d1d3
commit
304bcf65f2
1 changed files with 2 additions and 2 deletions
|
|
@ -307,8 +307,8 @@ if [ "$DOWIN" = "yes" ]; then
|
|||
# procedure for making unbound installer on mingw.
|
||||
info "Creating windows dist unbound $version"
|
||||
info "Calling configure"
|
||||
echo "$configure"' --enable-debug --enable-static-exe '"$* $cross_flag"
|
||||
$configure --enable-debug --enable-static-exe $* $cross_flag \
|
||||
echo "$configure"' --enable-debug --enable-static-exe --disable-flto '"$* $cross_flag"
|
||||
$configure --enable-debug --enable-static-exe --disable-flto $* $cross_flag \
|
||||
|| error_cleanup "Could not configure"
|
||||
info "Calling make"
|
||||
make || error_cleanup "Could not make"
|
||||
|
|
|
|||
Loading…
Reference in a new issue