[packages] transmission: use external upnpc library
authorCezary Jackiewicz <cezary@eko.one.pl>
Mon, 20 Feb 2012 06:15:25 +0000 (06:15 +0000)
committerCezary Jackiewicz <cezary@eko.one.pl>
Mon, 20 Feb 2012 06:15:25 +0000 (06:15 +0000)
SVN-Revision: 30656

net/transmission/Makefile

index 6f7f656238bc21d28518603e12c99088eaa2aaec..1b10be718ca55868bca5104d214d66ca9f218cc0 100644 (file)
@@ -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