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:
1a38800
)
[packages] transmission: add dependency to librt
author
Cezary Jackiewicz
<cezary@eko.one.pl>
Tue, 5 Jul 2011 09:04:48 +0000
(09:04 +0000)
committer
Cezary Jackiewicz
<cezary@eko.one.pl>
Tue, 5 Jul 2011 09:04:48 +0000
(09:04 +0000)
SVN-Revision: 27452
net/transmission/Makefile
patch
|
blob
|
history
diff --git
a/net/transmission/Makefile
b/net/transmission/Makefile
index 3a8e1220372255ba088dda6ea0ccd3bcc2ca20d7..6c8258be98060f8298aa70d91fc4f4408a048dc1 100644
(file)
--- a/
net/transmission/Makefile
+++ b/
net/transmission/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=transmission
PKG_VERSION:=2.32
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=http://mirrors.m0k.org/transmission/files
@@
-32,7
+32,7
@@
endef
define Package/transmission-daemon
$(call Package/transmission/template)
- DEPENDS:=+libcurl +libopenssl +libpthread +libevent2
+ DEPENDS:=+libcurl +libopenssl +libpthread +libevent2
+librt
MENU:=1
endef