[packages] transmission: add dependency to librt
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27452 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9f1744f615
commit
5845d6c75f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user