From b6ecafa7fb4f137c1629d09918d91a3017423c7c Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 12 Aug 2016 14:03:10 -0400 Subject: [PATCH] LP#1579219: set up mod_perl as an Evergreen dependency This patch, in conjunction with another one for OpenSRF, set mod_perl up as a dependency installed when Evergreen is installed, not when OpenSRF is installed, as OpenSRF itself does not require mod_perl. Signed-off-by: Galen Charlton --- Open-ILS/src/extras/install/Makefile.debian-jessie | 1 + Open-ILS/src/extras/install/Makefile.debian-wheezy | 1 + Open-ILS/src/extras/install/Makefile.fedora | 1 + Open-ILS/src/extras/install/Makefile.ubuntu-trusty | 1 + Open-ILS/src/extras/install/Makefile.ubuntu-xenial | 4 +++- 5 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/install/Makefile.debian-jessie b/Open-ILS/src/extras/install/Makefile.debian-jessie index 030857c15f..d6cb9ea5a0 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-jessie +++ b/Open-ILS/src/extras/install/Makefile.debian-jessie @@ -19,6 +19,7 @@ export DEBS = \ apache2-prefork-dev\ aspell\ aspell-en\ + libapache2-mod-perl2\ libbusiness-creditcard-perl\ libbusiness-isbn-data-perl\ libbusiness-issn-perl\ diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy index 59bf75a429..4ad7ee092b 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-wheezy +++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy @@ -19,6 +19,7 @@ export DEBS = \ apache2-prefork-dev\ aspell\ aspell-en\ + libapache2-mod-perl2\ libbusiness-creditcard-perl\ libbusiness-isbn-data-perl\ libbusiness-issn-perl\ diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora index d338037baa..a0902fafe4 100644 --- a/Open-ILS/src/extras/install/Makefile.fedora +++ b/Open-ILS/src/extras/install/Makefile.fedora @@ -31,6 +31,7 @@ FEDORA_RPMS = \ libyaz \ libyaz-devel \ mingw32-nsiswrapper \ + mod_perl \ mod_ssl \ ncurses-devel \ ncurses-libs \ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty index 5e836e6f2c..68ab9fa447 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-trusty +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-trusty @@ -19,6 +19,7 @@ export DEBS = \ apache2-prefork-dev\ aspell\ aspell-en\ + libapache2-mod-perl2\ libbusiness-creditcard-perl\ libbusiness-edi-perl \ libbusiness-isbn-data-perl\ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-xenial b/Open-ILS/src/extras/install/Makefile.ubuntu-xenial index 726fdbb254..ef1b4f1941 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-xenial +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-xenial @@ -19,6 +19,7 @@ export DEBS = \ apache2-dev\ aspell\ aspell-en\ + libapache2-mod-perl2\ libbusiness-creditcard-perl\ libbusiness-isbn-data-perl\ libbusiness-issn-perl\ @@ -79,7 +80,8 @@ export DEB_APACHE_MODS = \ proxy\ proxy_http\ rewrite\ - cgi + cgi\ + perl export DEB_APACHE_DISMODS = \ deflate -- 2.11.0