From 182b208a28470cccdf12148108bdeea088293b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Sun, 24 Apr 2016 23:39:14 +0000 Subject: [PATCH] Minor bugfix to support CentOS 6.7 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a6e0aa36..30f168ca3 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ binaries/proxysql-v${CURVER}-1.x86_64.rpm: binaries/proxysql-${CURVER}-1-centos67.x86_64.rpm: docker stop centos67_build || true docker rm centos67_build || true - docker create --name centos67_build renecannao/proxysql:build-centos67 bash -c "while : ; do sleep 10 ; done" + docker create --name centos67_build renecannao/proxysql:build-centos6.7 bash -c "while : ; do sleep 10 ; done" docker start centos67_build docker exec centos67_build bash -c "cd /opt; git clone -b v${CURVER} https://github.com/sysown/proxysql.git proxysql" docker exec centos67_build bash -c "cd /opt/proxysql; ${MAKE} clean && ${MAKE} -j 4 build_deps && ${MAKE}"