From 68480381657e7157e8c96b1919aadb7d9b10503a Mon Sep 17 00:00:00 2001 From: Robert Parker Date: Thu, 28 Feb 2019 11:20:09 +0000 Subject: [PATCH] hard code the redist client version --- Makefile-RHEL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile-RHEL b/Makefile-RHEL index 6185c33..1a13dcc 100644 --- a/Makefile-RHEL +++ b/Makefile-RHEL @@ -28,7 +28,7 @@ MQ_ARCHIVE ?= IBM_MQ_$(MQ_VERSION_VRM)_LINUX_$(MQ_ARCHIVE_ARCH).tar.gz # for Developers can be installed MQ_ARCHIVE_DEV ?= $(MQ_ARCHIVE_DEV_$(MQ_VERSION)) # MQ_SDK_ARCHIVE specifies the archive to use for the MQ redistributable client, which is used for building the golang programs. -MQ_SDK_ARCHIVE ?= $(MQ_VERSION)-IBM-MQC-Redist-LinuxX64.tar.gz +MQ_SDK_ARCHIVE ?= 9.1.1.0-IBM-MQC-Redist-LinuxX64.tar.gz # Options to `go test` for the Docker tests TEST_OPTS_DOCKER ?= # MQ_IMAGE_ADVANCEDSERVER is the name and tag of the built MQ Advanced image