git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
816a92f
)
libpq: Fix missing dependency (shadow-utils)
author
Ted Hess
<redacted>
Tue, 7 Oct 2014 18:02:46 +0000
(14:02 -0400)
committer
Ted Hess
<redacted>
Tue, 7 Oct 2014 18:02:46 +0000
(14:02 -0400)
Signed-off-by: Ted Hess <redacted>
libs/postgresql/Makefile
patch
|
blob
|
history
diff --git
a/libs/postgresql/Makefile
b/libs/postgresql/Makefile
index fa29ff04f7b7c75229ece5137404c55347af6ea3..e3b5ceebfb6f3ef9f89c64fbe7b0f9dffb63d158 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT