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:
963b23a
)
[packages] krb5: add libpthread dependency (#6530)
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 23 Jan 2010 21:47:35 +0000
(21:47 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 23 Jan 2010 21:47:35 +0000
(21:47 +0000)
SVN-Revision: 19297
net/krb5/Makefile
patch
|
blob
|
history
diff --git
a/net/krb5/Makefile
b/net/krb5/Makefile
index 80ad248104f29ae03bb531a2f0530296833432b5..ff3d25264ae4d4411e0709dc243112269d30bc8b 100644
(file)
--- a/
net/krb5/Makefile
+++ b/
net/krb5/Makefile
@@
-30,7
+30,7
@@
endef
define Package/krb5-server
$(call Package/krb5/Default)
- DEPENDS:=+krb5-libs
+ DEPENDS:=+krb5-libs
+libpthread
TITLE:=Kerberos 5 Server
endef