From 581aef1d6e6855fb0be13d7f73a340dade7a784b Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Tue, 7 Oct 2014 14:02:46 -0400 Subject: [PATCH] libpq: Fix missing dependency (shadow-utils) Signed-off-by: Ted Hess --- libs/postgresql/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/postgresql/Makefile b/libs/postgresql/Makefile index fa29ff04f..e3b5ceebf 100644 --- a/libs/postgresql/Makefile +++ b/libs/postgresql/Makefile @@ -28,7 +28,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-utils +shadow-su TITLE:=PostgreSQL client library URL:=http://www.postgresql.org/ SUBMENU:=database