From: Luka Perkov Date: Sun, 17 Jun 2012 17:21:29 +0000 (+0000) Subject: [packages] postgresql: switch from coreutils-su to shadow-su X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8a8529d02df679b03c83b32aeaeb29d9cc1f4121;p=openwrt%2Fsvn-archive%2Farchive.git [packages] postgresql: switch from coreutils-su to shadow-su SVN-Revision: 32411 --- diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index a234fafaee..e57259cd2d 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