From 46dfeaf7245f81c1a8c9833b8cac87a997b23433 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 17 Feb 2016 19:35:02 -0500 Subject: [PATCH] LP#1551090: Adding necessary connectivity for xenial deb installation. Signed-off-by: Chris Sharp Signed-off-by: Jason Stephenson Signed-off-by: Ben Shum --- 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 edf2641..79d4ccc 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -196,7 +196,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 # ------------------------------------------------------------------ @@ -233,6 +233,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.43.2