From e76aa3542d509bb6e16e2da068d41c71dd5697b1 Mon Sep 17 00:00:00 2001 From: Adam Brousseau Date: Tue, 28 Aug 2018 14:30:51 -0400 Subject: [PATCH] Remove unnecessary config options from AIX - These were added when we started compiling - They have been propagated to new releases even though they are no longer necessary. Fixes #2468 [skip ci] Signed-off-by: Adam Brousseau --- buildenv/jenkins/variables/defaults.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/buildenv/jenkins/variables/defaults.yml b/buildenv/jenkins/variables/defaults.yml index e3ae9940341..1d593cf3167 100644 --- a/buildenv/jenkins/variables/defaults.yml +++ b/buildenv/jenkins/variables/defaults.yml @@ -146,11 +146,11 @@ 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 --with-extra-ldflags=-lpthread --with-extra-cflags=-lpthread --with-extra-cxxflags=-lpthread DF=/usr/sysv/bin/df --disable-ccache --with-jobs=8' - 9: '--with-cups-include=/opt/freeware/include --with-extra-ldflags=-lpthread --with-extra-cflags=-lpthread --with-extra-cxxflags=-lpthread DF=/usr/sysv/bin/df --disable-warnings-as-errors --with-jobs=8' - 10: '--with-cups-include=/opt/freeware/include --with-extra-ldflags=-lpthread --with-extra-cflags=-lpthread --with-extra-cxxflags=-lpthread DF=/usr/sysv/bin/df --disable-warnings-as-errors --with-jobs=8' - 11: '--with-cups-include=/opt/freeware/include --with-extra-ldflags=-lpthread --with-extra-cflags=-lpthread --with-extra-cxxflags=-lpthread DF=/usr/sysv/bin/df --disable-warnings-as-errors --with-jobs=8' - next: '--with-cups-include=/opt/freeware/include --with-extra-ldflags=-lpthread --with-extra-cflags=-lpthread --with-extra-cxxflags=-lpthread DF=/usr/sysv/bin/df --disable-warnings-as-errors --with-jobs=8' + 8: '--with-cups-include=/opt/freeware/include --disable-ccache --with-jobs=8' + 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' + next: '--with-cups-include=/opt/freeware/include --disable-warnings-as-errors --with-jobs=8' #========================================# # Linux x86 64bits Compressed Pointers #========================================#