commit d669007c2dcc19cfbfa9eaaa779fb17e5736da69
parent 85695f4561e474a823347cdb2c7a9456d47c4cc6
Author: Jo-Philipp Wich <jow@openwrt.org>
Date: Wed, 8 Oct 2014 10:39:27 +0200
Merge pull request #405 from thess/libpq-dep-fix
libpq: Fix missing dependency (shadow-utils)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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