projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a314d54
)
[packages] postgresql: switch from coreutils-su to shadow-su
author
Luka Perkov
<luka@openwrt.org>
Sun, 17 Jun 2012 17:21:29 +0000
(17:21 +0000)
committer
Luka Perkov
<luka@openwrt.org>
Sun, 17 Jun 2012 17:21:29 +0000
(17:21 +0000)
SVN-Revision: 32411
libs/postgresql/Makefile
patch
|
blob
|
history
diff --git
a/libs/postgresql/Makefile
b/libs/postgresql/Makefile
index a234fafaeebb2484daad75fa910aa351e579c84d..e57259cd2d16bd928d68ea6d694b8cf42ad8df4e 100644
(file)
--- a/
libs/postgresql/Makefile
+++ b/
libs/postgresql/Makefile
@@
-24,7
+24,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/libpq
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+zlib +libreadline +libpthread +libncurses +
coreutils
-su
+ DEPENDS:=+zlib +libreadline +libpthread +libncurses +
shadow
-su
TITLE:=PostgreSQL client library
URL:=http://www.postgresql.org/
SUBMENU:=database