[packages] transmission-remote: add missing dependencies (#11663)
authorCezary Jackiewicz <cezary@eko.one.pl>
Tue, 12 Jun 2012 15:07:34 +0000 (15:07 +0000)
committerCezary Jackiewicz <cezary@eko.one.pl>
Tue, 12 Jun 2012 15:07:34 +0000 (15:07 +0000)
SVN-Revision: 32267

net/transmission/Makefile

index f157ffe38bd18a2f4e9a423c3078c9a3b6b21464..5c6cc589165979489dc6702872eccd89b02ace2a 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=transmission
 PKG_VERSION:=2.52
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://mirrors.m0k.org/transmission/files
@@ -43,6 +43,7 @@ endef
 
 define Package/transmission-remote
   $(call Package/transmission/template)
+  DEPENDS:=+libcurl +libopenssl +libpthread +libevent2 +librt +libminiupnpc
 endef
 
 define Package/transmission-web