From 93e39125e8153a7cea7d40d3d03a9cccce76c306 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 17 Feb 2016 19:35:02 -0500 Subject: [PATCH] Adding necessary connectivity for xenial deb installation. Signed-off-by: Chris Sharp --- src/extras/Makefile.install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 676e50b..b799fb7 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -204,7 +204,7 @@ ubuntu-trusty: generic_ubuntu trusty apache_mpm_prefork_mods ubuntu-xenial: generic_ubuntu xenial apache_mpm_prefork_mods precise: install_extra_debs install_extra_debs_precise trusty: install_extra_debs install_extra_debs_trusty -xenial: install_extra_debs +xenial: install_extra_debs install_extra_debs_xenial generic_ubuntu: install_debs debian_sys_config # ------------------------------------------------------------------ @@ -244,6 +244,9 @@ install_extra_debs_precise: install_extra_debs_trusty: $(APT_TOOL) install $(EXTRA_DEBS_UBUNTU_TRUSTY) +install_extra_debs_xenial: + $(APT_TOOL) install $(EXTRA_DEBS_UBUNTU_XENIAL) + # Some OSes activate the Apache mpm_event module by default. # OpenSRF requires prefork. apache_mpm_prefork_mods: -- 2.11.0