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:
fd625ca
)
btpd: add missing dependency on libopenssl
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 1 Feb 2011 20:31:35 +0000
(20:31 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 1 Feb 2011 20:31:35 +0000
(20:31 +0000)
SVN-Revision: 25287
net/btpd/Makefile
patch
|
blob
|
history
diff --git
a/net/btpd/Makefile
b/net/btpd/Makefile
index 9085267d40989ead868cb8024d5f4118135bbb97..803546a9deb39209f7feca00802daad25f79df4d 100644
(file)
--- a/
net/btpd/Makefile
+++ b/
net/btpd/Makefile
@@
-22,7
+22,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/btpd
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libpthread
+ DEPENDS:=+libpthread
+libopenssl
SUBMENU:=BitTorrent
TITLE:=btpd - BitTorrent Protocol Daemon
URL:=https://github.com/btpd/btpd/wiki/