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>
Fri, 26 May 2017 12:05:49 +0000 (08:05 -0400)
Open-ILS/src/extras/Makefile.install
Open-ILS/src/extras/install/Makefile.ubuntu-trusty

index 55f7635..988273b 100644 (file)
@@ -78,6 +78,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 bcddd7e..da0a34f 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.
@@ -150,6 +157,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 and bower are available as