projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f152d8
)
btpd: add missing dependency on librt
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Jun 2012 18:30:12 +0000
(18:30 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Jun 2012 18:30:12 +0000
(18:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32530
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/btpd/Makefile
patch
|
blob
|
history
diff --git
a/net/btpd/Makefile
b/net/btpd/Makefile
index
b98e148
..
351d46e
100644
(file)
--- a/
net/btpd/Makefile
+++ b/
net/btpd/Makefile
@@
-23,7
+23,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/btpd
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libpthread
+ DEPENDS:=+libpthread
+librt
SUBMENU:=BitTorrent
TITLE:=btpd - BitTorrent Protocol Daemon
URL:=https://github.com/btpd/btpd/wiki/