projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7f9af4
)
Remove bogus dependency added with [8525]
author
Florian Fainelli
<florian@openwrt.org>
Tue, 28 Aug 2007 13:08:17 +0000
(13:08 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 28 Aug 2007 13:08:17 +0000
(13:08 +0000)
SVN-Revision: 8526
net/cbtt/Makefile
patch
|
blob
|
history
diff --git
a/net/cbtt/Makefile
b/net/cbtt/Makefile
index 7f0a83ac4865722a2420c62a9a7a2a801e267c41..2821f3e9a180de0bc45f8f7b037c432265addb08 100644
(file)
--- a/
net/cbtt/Makefile
+++ b/
net/cbtt/Makefile
@@
-26,7
+26,7
@@
define Package/cbtt
DEPENDS:=zlib
MENU:=1
TITLE:=Bittorrent tracker
- DEPENDS:=+libpthread +uclibcxx
+libmysqlclient
+ DEPENDS:=+libpthread +uclibcxx
DESCRIPTION:=a C BitTorrent Tracker
URL:=http://bnbtusermods.sourceforge.net
endef