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:
594f1c5
)
[packages] transmission: use external upnpc library
author
Cezary Jackiewicz
<cezary@eko.one.pl>
Mon, 20 Feb 2012 06:15:25 +0000
(06:15 +0000)
committer
Cezary Jackiewicz
<cezary@eko.one.pl>
Mon, 20 Feb 2012 06:15:25 +0000
(06:15 +0000)
SVN-Revision: 30656
net/transmission/Makefile
patch
|
blob
|
history
diff --git
a/net/transmission/Makefile
b/net/transmission/Makefile
index 6f7f656238bc21d28518603e12c99088eaa2aaec..1b10be718ca55868bca5104d214d66ca9f218cc0 100644
(file)
--- a/
net/transmission/Makefile
+++ b/
net/transmission/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=transmission
PKG_VERSION:=2.50
-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 +librt
+ DEPENDS:=+libcurl +libopenssl +libpthread +libevent2 +librt
+libminiupnpc
MENU:=1
endef