JBoss Native SVN: r3408 - trunk/build/unix.
by jbossnative-commits@lists.jboss.org
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
9 years, 6 months
JBoss Native SVN: r3407 - trunk/build/unix.
by jbossnative-commits@lists.jboss.org
Author: jfrederic.clere(a)jboss.com
Date: 2015-06-21 04:28:11 -0400 (Sun, 21 Jun 2015)
New Revision: 3407
Modified:
trunk/build/unix/package.list
Log:
Build tc-native.
Modified: trunk/build/unix/package.list
===================================================================
--- trunk/build/unix/package.list 2015-05-07 16:21:37 UTC (rev 3406)
+++ trunk/build/unix/package.list 2015-06-21 08:28:11 UTC (rev 3407)
@@ -15,6 +15,7 @@
jboss-native|2.0.11|TOMCAT_NATIVE_1_1_24|apr:v:1.3.12|ssl:v:0.9.8r
jboss-native|2.0.12-dev|branches/1.1.x|apr:v:1.4.6|ssl:v:1.0.1d
jboss-native|2.0.12|TOMCAT_NATIVE_1_1_27|apr:v:1.4.6|ssl:v:1.0.1d
+jboss-native|2.1.0-dev|trunk|apr:v:1.5.2|apu:v:1.5.2|api:v:1.2.1|ssl:v:1.0.2c|zlib:v:1.2.3
# SIGHT
jboss-sight|1.0.0|trunk|apr:v:1.2.9|apu:v:1.2.8|api:v:1.2.1
jboss-sight|1.0.1|trunk|apr:v:1.2.8|apu:v:1.2.8|api:v:1.2.1
9 years, 6 months