From db187f84cae12707ed807b26776741e532a5dc15 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sun, 12 May 2013 21:29:58 +0000 Subject: [PATCH] postgresql: fix visibility issues with libpq Signed-off-by: Luka Perkov SVN-Revision: 36614 --- libs/postgresql/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index 74d2ceb7a..ba04d0e2c 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=postgresql PKG_VERSION:=9.0.1 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=\ @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libpq SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+zlib +libreadline +libpthread +libncurses +shadow-su + DEPENDS:=+zlib +libreadline +libpthread +libncurses +shadow +shadow-su TITLE:=PostgreSQL client library URL:=http://www.postgresql.org/ SUBMENU:=database -- 2.30.2