aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-10-08 10:39:27 +0200
committerJo-Philipp Wich <jow@openwrt.org>2014-10-08 10:39:27 +0200
commitd669007c2dcc19cfbfa9eaaa779fb17e5736da69 (patch)
tree72f0b3501fffed08117b4da835fed3bafd5d1367
parent85695f4561e474a823347cdb2c7a9456d47c4cc6 (diff)
parent581aef1d6e6855fb0be13d7f73a340dade7a784b (diff)
Merge pull request #405 from thess/libpq-dep-fix
libpq: Fix missing dependency (shadow-utils)
-rw-r--r--libs/postgresql/Makefile2
1 files changed, 1 insertions, 1 deletions
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