From: Ted Hess Date: Tue, 7 Oct 2014 18:02:46 +0000 (-0400) Subject: libpq: Fix missing dependency (shadow-utils) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=581aef1d6e6855fb0be13d7f73a340dade7a784b;p=openwrt-packages.git libpq: Fix missing dependency (shadow-utils) Signed-off-by: Ted Hess --- 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