[packages] transmission: add dependency to librt
authorCezary Jackiewicz <cezary@eko.one.pl>
Tue, 5 Jul 2011 09:04:48 +0000 (09:04 +0000)
committerCezary Jackiewicz <cezary@eko.one.pl>
Tue, 5 Jul 2011 09:04:48 +0000 (09:04 +0000)
SVN-Revision: 27452

net/transmission/Makefile

index 3a8e1220372255ba088dda6ea0ccd3bcc2ca20d7..6c8258be98060f8298aa70d91fc4f4408a048dc1 100644 (file)
@@ -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