Author: jfrederic.clere(a)jboss.com
Date: 2015-10-22 02:39:19 -0400 (Thu, 22 Oct 2015)
New Revision: 3415
Modified:
trunk/build/unix/build.sh
Log:
Try with no-hw
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2015-10-21 16:17:50 UTC (rev 3414)
+++ trunk/build/unix/build.sh 2015-10-22 06:39:19 UTC (rev 3415)
@@ -799,11 +799,11 @@
./Configure ${ssl_target} ${ssl_common_flags} ${ssl_build_flags} linux-ppc64 ||
exit 1
;;
windows-x86)
- echo "Doing: perl Configure ${ssl_target} no-engine VC-WIN32"
+ echo "Doing: perl Configure ${ssl_target} no-hw VC-WIN32"
rm -rf out32
rm -rf tmp32
# rm -rf engines
- cygspawn perl Configure ${ssl_target} VC-WIN32
+ cygspawn perl Configure ${ssl_target} no-hw VC-WIN32
# openssl 1.0.x uses do_nasm, not do_masm :D
ms/do_nasm.bat
nmake -f ms/$ssl_win32_mk clean
@@ -811,10 +811,10 @@
nmake -f ms/$ssl_win32_mk install || exit 1
;;
windows-x64|windows-amd64)
- echo "Doing: perl Configure ${ssl_target} VC-WIN64A"
+ echo "Doing: perl Configure ${ssl_target} no-hw VC-WIN64A"
rm -rf out32
rm -rf tmp32
- cygspawn perl Configure ${ssl_target} no-engine VC-WIN64A
+ cygspawn perl Configure ${ssl_target} no-hw VC-WIN64A
ms/do_win64a.bat
nmake -f ms/$ssl_win32_mk PERL=sperl || exit 1
nmake -f ms/$ssl_win32_mk PERL=sperl install
Show replies by date