Adding PG 9.4 installation targets
authorChris Sharp <csharp@georgialibraries.org>
Thu, 14 Jan 2016 23:52:02 +0000 (18:52 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 17 Sep 2017 20:26:32 +0000 (16:26 -0400)
Open-ILS/src/extras/Makefile.install
Open-ILS/src/extras/install/Makefile.ubuntu-trusty

index 311a2fb..08dbda2 100644 (file)
@@ -81,6 +81,10 @@ postgres-server-ubuntu-xenial:
        @make -f $(DIR)/Makefile.ubuntu-xenial install_postgres_server
 postgres-server-ubuntu-trusty:
        @make -f $(DIR)/Makefile.ubuntu-trusty install_postgres_server
+postgres-server-ubuntu-trusty-94:
+       @make -f $(DIR)/Makefile.ubuntu-trusty install_postgres_server_94
+postgres-server-ubuntu-precise:
+       @make -f $(DIR)/Makefile.ubuntu-precise install_postgres_server
 postgres-server-fedora:
        @make -f $(DIR)/Makefile.fedora install_postgres_server
 
index def3fb6..aa2c1e8 100644 (file)
@@ -108,6 +108,13 @@ PGSQL_SERVER_DEBS_94 = \
        postgresql-plperl-9.4 \
        postgresql-server-dev-9.4
 
+PGSQL_SERVER_DEBS_94 = \
+       $(DEB_PGSQL_COMMON_MODS) \
+       postgresql-9.4 \
+       postgresql-contrib-9.4 \
+       postgresql-plperl-9.4 \
+       postgresql-server-dev-9.4
+
 # note: some prereqs are repeated in the developer/packager 
 # sections to support building Evergreen packages on servers
 # where Evergreen and its prereqs are not installed.
@@ -148,6 +155,8 @@ all:
        make -f $(DIR)/Makefile.debian debian_sys_config
 
 install_postgres_server:
+       make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_93)"
+install_postgres_server_94:
        make -f $(DIR)/Makefile.debian DEBS="$(PGSQL_SERVER_DEBS_94)"
 
 # note: if/when grunt-cli is available as a