From be9ed9e432a292fb84e1fb79f13ac568380594e0 Mon Sep 17 00:00:00 2001 From: Luka Perkov <luka@openwrt.org> Date: Sun, 17 Jun 2012 17:21:29 +0000 Subject: [PATCH] postgresql: switch from coreutils-su to shadow-su SVN-Revision: 32411 --- libs/postgresql/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index a234fafae..e57259cd2 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/libpq SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+zlib +libreadline +libpthread +libncurses +coreutils-su + DEPENDS:=+zlib +libreadline +libpthread +libncurses +shadow-su TITLE:=PostgreSQL client library URL:=http://www.postgresql.org/ SUBMENU:=database -- 2.30.2