From 134df183d3e847382853afb6753ed6b822b3d3ac Mon Sep 17 00:00:00 2001 From: Peter Shipton Date: Tue, 9 Oct 2018 11:13:26 -0400 Subject: [PATCH] Enable building openssl on AIX Reverts part of #3171 to enable AIX. Previous problem was fixed by the merge of https://github.com/ibmruntimes/openj9-openjdk-jdk8/pull/124 Signed-off-by: Peter Shipton --- buildenv/jenkins/variables/defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv/jenkins/variables/defaults.yml b/buildenv/jenkins/variables/defaults.yml index 41697e2c525..54022c89590 100644 --- a/buildenv/jenkins/variables/defaults.yml +++ b/buildenv/jenkins/variables/defaults.yml @@ -164,7 +164,7 @@ aix_ppc-64_cmprssptrs: 11: 'hw.arch.ppc && sw.os.aix' next: 'hw.arch.ppc && sw.os.aix' extra_configure_options: - 8: '--with-cups-include=/opt/freeware/include --disable-ccache --with-jobs=8' + 8: '--with-cups-include=/opt/freeware/include --disable-ccache --with-jobs=8 --with-openssl=fetched --enable-openssl-bundling' 9: '--with-cups-include=/opt/freeware/include --disable-warnings-as-errors --with-jobs=8' 10: '--with-cups-include=/opt/freeware/include --disable-warnings-as-errors --with-jobs=8' 11: '--with-cups-include=/opt/freeware/include --disable-warnings-as-errors --with-jobs=8'