]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- 64bit is default for windows builds.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 15 Dec 2016 11:34:24 +0000 (11:34 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 15 Dec 2016 11:34:24 +0000 (11:34 +0000)
git-svn-id: file:///svn/unbound/trunk@3968 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
makedist.sh

index 542c1a2be2695de65f83a29f27380d3d43bfb593..00ae2631bb4b04ca0fa3080c80136d565e7ca5e7 100644 (file)
@@ -1,5 +1,6 @@
 15 December 2016: Wouter
        - iana portlist update
+       - 64bit is default for windows builds.
 
 14 December 2016: Wouter
        - Fix #1178: attempt to fix setup error at end, pop result values
index 15ff596cd1480b33e3fc74eac25a18220d2d41e8..992c16f59735eb2efd868ce032d170fc1ff8fa15 100755 (executable)
@@ -55,7 +55,7 @@ Generate a distribution tar file for unbound.
                  Detected from svn working copy if not specified.
     -wssl openssl.xx.tar.gz Also build openssl from tarball for windows dist.
     -wxp expat.xx.tar.gz Also build expat from tarball for windows dist.
-    -w64        64bit windows compile.
+    -w32        32bit windows compile.
     -w ...       Build windows binary dist. last args passed to configure.
 EOF
     exit 1
@@ -178,7 +178,7 @@ storehash () {
 SNAPSHOT="no"
 RC="no"
 DOWIN="no"
-W64="no"
+W64="yes"
 WINSSL=""
 WINEXPAT=""
 
@@ -203,8 +203,8 @@ while [ "$1" ]; do
            WINEXPAT="$2"
            shift
            ;;
-       "-w64")
-           W64="yes"
+       "-w32")
+           W64="no"
            shift
            ;;
         "-w")