From 1029f1fcb7bf5a08795f59baa0f029eeba57711d Mon Sep 17 00:00:00 2001 From: Cezary Jackiewicz Date: Tue, 5 Jul 2011 09:04:48 +0000 Subject: [PATCH] [packages] transmission: add dependency to librt SVN-Revision: 27452 --- net/transmission/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/transmission/Makefile b/net/transmission/Makefile index 3a8e122037..6c8258be98 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -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 -- 2.30.2