libpq: Fix missing dependency (shadow-utils)
authorTed Hess <redacted>
Tue, 7 Oct 2014 18:02:46 +0000 (14:02 -0400)
committerTed Hess <redacted>
Tue, 7 Oct 2014 18:02:46 +0000 (14:02 -0400)
Signed-off-by: Ted Hess <redacted>
libs/postgresql/Makefile

index fa29ff04f7b7c75229ece5137404c55347af6ea3..e3b5ceebfb6f3ef9f89c64fbe7b0f9dffb63d158 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT