From: Chris Sharp Date: Tue, 23 May 2017 18:16:48 +0000 (-0400) Subject: updating CentOS 6 to 7, experimenting with targets X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=519d61c2f9de55c6771c3817afed54493cd128b0;p=working%2FOpenSRF.git updating CentOS 6 to 7, experimenting with targets --- diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 0bac09d..881bf7d 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -32,8 +32,10 @@ LBITS=$(shell getconf LONG_BIT) APT_TOOL=apt-get -yq +CENTOS_VERSION="7" + # CentOS needs the EPEL repository -EPEL_HOST=http://dl.fedoraproject.org/pub/epel/6/x86_64 +EPEL_HOST=http://dl.fedoraproject.org/pub/epel/${CENTOS_VERSION}/x86_64 EPEL_PKG=epel-release-6-8.noarch.rpm # Debian dependencies @@ -192,7 +194,7 @@ wheezy: install_extra_debs_wheezy debian_sys_config generic_debian: install_debs fedora: install_rpms -centos: install_epel install_rpms +centos: install_rpms ubuntu-trusty: generic_ubuntu trusty apache_mpm_prefork_mods ubuntu-xenial: generic_ubuntu xenial apache_mpm_prefork_mods apache_perl_mod