From 7e632b7c3343df0da8637ca2844f943b9786abd9 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Wed, 6 Mar 2013 19:09:19 -0500 Subject: [PATCH] Add a target for Postgres 9.2 client debs and use it for precise. This is my own customization, don't pick this into master, m'kay? --- Open-ILS/src/extras/Makefile.install | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index 7ab4838d03..6ea1d3d6c4 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -191,6 +191,11 @@ PGSQL_CLIENT_DEBS_91 = \ libpq-dev \ postgresql-client-9.1 +PGSQL_CLIENT_DEBS_92 = \ + libpq5 \ + libpq-dev \ + postgresql-client-9.2 + PGSQL_SERVER_DEBS_90 = \ postgresql-9.0 \ postgresql-contrib-9.0 \ @@ -282,7 +287,7 @@ lucid: install_pgsql_client_debs_90 install_extra_debs \ # Needs for Ubuntu Precise Pangolin (12.04 LTS): ubuntu-precise: precise generic_ubuntu -precise: install_pgsql_client_debs_91 install_extra_debs_precise \ +precise: install_pgsql_client_debs_92 install_extra_debs_precise \ install_cpan_precise install_js_sm install_cpan_force # We don't do the "install" target on generic_ubuntu because newer -- 2.11.0