Author: jfrederic.clere(a)jboss.com
Date: 2015-06-22 10:03:42 -0400 (Mon, 22 Jun 2015)
New Revision: 3408
Modified:
trunk/build/unix/build.sh
Log:
Remove the engine on windows (aep doesn't build at least).
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2015-06-21 08:28:11 UTC (rev 3407)
+++ trunk/build/unix/build.sh 2015-06-22 14:03:42 UTC (rev 3408)
@@ -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} VC-WIN32"
+ echo "Doing: perl Configure ${ssl_target} no-engine VC-WIN32"
rm -rf out32
rm -rf tmp32
# rm -rf engines
- cygspawn perl Configure ${ssl_target} VC-WIN32
+ cygspawn perl Configure ${ssl_target} no-engine 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,19 +811,19 @@
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-engine VC-WIN64A"
rm -rf out32
rm -rf tmp32
- cygspawn perl Configure ${ssl_target} VC-WIN64A
+ cygspawn perl Configure ${ssl_target} no-engine 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
;;
windows-i64)
- echo "Doing: perl Configure ${ssl_target} VC-WIN64I"
+ echo "Doing: perl Configure ${ssl_target} o-des no-engine VC-WIN64I"
rm -rf out32
rm -rf tmp32
- cygspawn perl Configure ${ssl_target} no-des VC-WIN64I
+ cygspawn perl Configure ${ssl_target} no-des no-engine VC-WIN64I
ms/do_win64i.bat
nmake -f ms/$ssl_win32_mk || exit 1
nmake -f ms/$ssl_win32_mk install
Show replies by date