LP#1579219: set up mod_perl as an Evergreen dependency
authorGalen Charlton <gmc@esilibrary.com>
Fri, 12 Aug 2016 18:03:10 +0000 (14:03 -0400)
committerBen Shum <ben@evergreener.net>
Sat, 4 Mar 2017 23:32:59 +0000 (18:32 -0500)
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.

Minor tweak to Galen's original patch to include mod_perl in the list
for apache mods to be activated by default.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Ben Shum <ben@evergreener.net>
Open-ILS/src/extras/install/Makefile.debian-jessie
Open-ILS/src/extras/install/Makefile.debian-wheezy
Open-ILS/src/extras/install/Makefile.fedora
Open-ILS/src/extras/install/Makefile.ubuntu-trusty
Open-ILS/src/extras/install/Makefile.ubuntu-xenial

index e9bb7ff..945ba20 100644 (file)
@@ -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\
@@ -80,7 +81,8 @@ export DEB_APACHE_MODS = \
     proxy\
     proxy_http\
     rewrite\
-    cgi
+    cgi\
+    perl
 
 export DEB_APACHE_DISMODS = \
     deflate
index 37754a2..0a200d5 100644 (file)
@@ -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\
@@ -74,7 +75,9 @@ export DEB_APACHE_MODS = \
     include\
     proxy\
     proxy_http\
-    rewrite
+    rewrite\
+    cgi\
+    perl
 
 export DEB_APACHE_DISMODS = \
     deflate
index d338037..a0902fa 100644 (file)
@@ -31,6 +31,7 @@ FEDORA_RPMS = \
        libyaz \
        libyaz-devel \
        mingw32-nsiswrapper \
+       mod_perl \
        mod_ssl \
        ncurses-devel \
        ncurses-libs \
index 6a9b708..bcddd7e 100644 (file)
@@ -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\
@@ -74,12 +75,13 @@ export DEBS = \
        yaz
 
 export DEB_APACHE_MODS = \
-    cgi\
     expires\
     include\
     proxy\
     proxy_http\
-    rewrite
+    rewrite\
+    cgi\
+    perl
 
 export DEB_APACHE_DISMODS = \
     deflate
index 224c91c..ead590f 100644 (file)
@@ -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