From 8f2a36c8f11ba9493e5592822ee375bf8b92be12 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 10 Feb 2010 01:57:58 +0000 Subject: [PATCH] Backport r15488: Try to ensure that the PostgreSQL cluster gets initialized with a C locale git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_0@15489 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/extras/Makefile.install | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index c92b2f5b62..cb1667a753 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -303,17 +303,23 @@ debian_sys_config: install_debs: $(APT_TOOL) install $(DEBS) +install_pgsql_client_debs_84: + $(APT_TOOL) install $(PGSQL_CLIENT_DEBS_84) + +install_pgsql_server_debs_84: + LANG=C $(APT_TOOL) install $(PGSQL_SERVER_DEBS_84) + install_pgsql_client_debs_83: $(APT_TOOL) install $(PGSQL_CLIENT_DEBS_83) install_pgsql_server_debs_83: - $(APT_TOOL) install $(PGSQL_SERVER_DEBS_83) + LANG=C $(APT_TOOL) install $(PGSQL_SERVER_DEBS_83) install_pgsql_client_debs_82: $(APT_TOOL) install $(PGSQL_CLIENT_DEBS_82) install_pgsql_server_debs_82: - $(APT_TOOL) install $(PGSQL_SERVER_DEBS_82) + LANG=C $(APT_TOOL) install $(PGSQL_SERVER_DEBS_82) # Etch requires an explicit version to avoid PostgreSQL 7.4 install_pgsql_client_debs_81: @@ -321,7 +327,7 @@ install_pgsql_client_debs_81: # Etch requires an explicit version to avoid PostgreSQL 7.4 install_pgsql_server_debs_81: - $(APT_TOOL) install $(PGSQL_SERVER_DEBS_81) + LANG=C $(APT_TOOL) install $(PGSQL_SERVER_DEBS_81) # Install the debian-specific dependencies for more modern distros install_extra_debs: -- 2.11.0