Author: jfrederic.clere(a)jboss.com
Date: 2015-10-21 12:17:50 -0400 (Wed, 21 Oct 2015)
New Revision: 3414
Modified:
trunk/build/unix/build.sh
Log:
According to my notes (150622.txt)
no-engine :
unresolved external symbol TS_CONF_set_default_engine
So try without the no-engine.
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2015-10-20 16:00:30 UTC (rev 3413)
+++ trunk/build/unix/build.sh 2015-10-21 16:17:50 UTC (rev 3414)
@@ -803,7 +803,7 @@
rm -rf out32
rm -rf tmp32
# rm -rf engines
- cygspawn perl Configure ${ssl_target} no-engine VC-WIN32
+ cygspawn perl Configure ${ssl_target} 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,7 +811,7 @@
nmake -f ms/$ssl_win32_mk install || exit 1
;;
windows-x64|windows-amd64)
- echo "Doing: perl Configure ${ssl_target} no-engine VC-WIN64A"
+ echo "Doing: perl Configure ${ssl_target} VC-WIN64A"
rm -rf out32
rm -rf tmp32
cygspawn perl Configure ${ssl_target} no-engine VC-WIN64A
Show replies by date