LP#1579219: remove mod_perl as an OpenSRF dependency user/gmcharlt/lp1579219_move_mod_perl_dep_from_osrf
authorGalen Charlton <gmc@esilibrary.com>
Fri, 12 Aug 2016 18:09:51 +0000 (14:09 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 12 Aug 2016 18:09:51 +0000 (14:09 -0400)
mod_perl is not actually used by OpenSRF itself, so
this patch, in conjunction with one for Evergreen, makes
it an Evergreen installation dependency.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
src/extras/Makefile.install

index 666f320..73f0eb5 100644 (file)
@@ -38,7 +38,6 @@ DEBS =  \
        check\
        ejabberd\
        less\
-       libapache2-mod-perl2\
        libcache-memcached-perl\
        libclass-dbi-abstractsearch-perl\
        libclass-dbi-sqlite-perl\
@@ -107,7 +106,6 @@ FEDORAS = \
        libxslt-devel \
        make \
        memcached \
-       mod_perl \
        perl-Cache-Memcached \
        perl-Class-DBI \
        perl-Class-DBI-AbstractSearch \
@@ -194,7 +192,7 @@ fedora: install_fedora_rpms
 
 ubuntu-precise: generic_ubuntu precise
 ubuntu-trusty: generic_ubuntu trusty apache_mpm_prefork_mods
-ubuntu-xenial: generic_ubuntu xenial apache_mpm_prefork_mods apache_perl_mod
+ubuntu-xenial: generic_ubuntu xenial apache_mpm_prefork_mods
 precise: install_extra_debs install_extra_debs_precise debian_sys_config
 trusty: install_extra_debs install_extra_debs_trusty debian_sys_config
 xenial: install_extra_debs install_extra_debs_xenial debian_sys_config
@@ -243,10 +241,6 @@ apache_mpm_prefork_mods:
        a2dismod mpm_event
        a2enmod mpm_prefork
 
-# Need to activate mod_perl on some O/S.
-apache_perl_mod:
-       a2enmod perl
-
 # Fedora
 install_fedora_rpms:
        yum -y install $(FEDORAS)