Skip to content

Commit 967911b

Browse files
authored
Merge pull request #862 from cthorn42/maint/master/bump_aix_xz_to_5.4.3
(maint) Bump Aix-7.1's xz to 5.4.3
2 parents 01f84b4 + ddd60e9 commit 967911b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/platforms/aix-7.1-ppc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
cd openssl-1.0.2.1800 && /usr/sbin/installp -acgwXY -d $PWD openssl.base;
4343
curl --output yum.sh https://artifactory.delivery.puppetlabs.net/artifactory/generic__buildsources/buildsources/aix-yum.sh && sh yum.sh;
4444
/opt/freeware/bin/sed -i 's|https://anonymous:[email protected]/aix/freeSoftware/aixtoolbox/RPMS|https://artifactory.delivery.puppetlabs.net/artifactory/rpm__remote_aix_linux_toolbox/RPMS|' /opt/freeware/etc/yum/yum.conf;
45-
yum install -y gcc8-c++ xz-5.2.5;
45+
yum install -y gcc8-c++ xz-5.4.3;
4646
ln -sf /opt/freeware/lib/gcc/powerpc-ibm-aix7.1.0.0/8/libgcc_s.a /opt/freeware/lib/libgcc_s.a]
4747

4848
# We use --force with rpm because the pl-gettext and pl-autoconf

0 commit comments

Comments
 (0)