From 6a1cf6fe237be8716f0fe5aa3bbba40492e7b7ee Mon Sep 17 00:00:00 2001 From: Travis Kemen Date: Thu, 15 May 2008 03:13:03 +0000 Subject: [PATCH 1/1] The attached patch includes /usr/share/postgresql/snowball_create.sql in the pgsql-server package. This is needed by initdb to actually create a new database. Signed-off-by: Jeremy Jones pavlovmedia.com> SVN-Revision: 11141 --- libs/postgresql/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 5d60831e7b..c31a8b1132 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql PKG_VERSION:=8.3.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -223,6 +223,7 @@ define Package/pgsql-server/install $(PKG_INSTALL_DIR)/usr/share/postgresql/psqlrc.sample \ $(PKG_INSTALL_DIR)/usr/share/postgresql/recovery.conf.sample \ $(PKG_INSTALL_DIR)/usr/share/postgresql/system_views.sql \ + $(PKG_INSTALL_DIR)/usr/share/postgresql/snowball_create.sql \ $(1)/usr/share/postgresql $(INSTALL_DATA) ./files/postgresql.config $(1)/etc/config/postgresql -- 2.30.2