Author: jfrederic.clere(a)jboss.com
Date: 2015-10-24 12:44:04 -0400 (Sat, 24 Oct 2015)
New Revision: 3423
Modified:
trunk/build/unix/build.sh
Log:
Add back the no-engine...
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2015-10-23 09:29:23 UTC (rev 3422)
+++ trunk/build/unix/build.sh 2015-10-24 16:44:04 UTC (rev 3423)
@@ -800,11 +800,11 @@
./Configure ${ssl_target} ${ssl_common_flags} ${ssl_build_flags} linux-ppc64 ||
exit 1
;;
windows-x86)
- echo "Doing: perl Configure ${ssl_target} no-hw VC-WIN32"
+ echo "Doing: perl Configure ${ssl_target} no-hw no-engine VC-WIN32"
rm -rf out32
rm -rf tmp32
# rm -rf engines
- cygspawn perl Configure ${ssl_target} no-hw VC-WIN32
+ cygspawn perl Configure ${ssl_target} no-hw 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
@@ -812,10 +812,10 @@
nmake -f ms/$ssl_win32_mk install || exit 1
;;
windows-x64|windows-amd64)
- echo "Doing: perl Configure ${ssl_target} no-hw VC-WIN64A"
+ echo "Doing: perl Configure ${ssl_target} no-hw no-engine VC-WIN64A"
rm -rf out32
rm -rf tmp32
- cygspawn perl Configure ${ssl_target} no-hw VC-WIN64A
+ cygspawn perl Configure ${ssl_target} no-hw 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
Show replies by date