From: Cezary Jackiewicz Date: Tue, 5 Jul 2011 09:04:48 +0000 (+0000) Subject: [packages] transmission: add dependency to librt X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1029f1fcb7bf5a08795f59baa0f029eeba57711d;p=openwrt%2Fsvn-archive%2Farchive.git [packages] transmission: add dependency to librt SVN-Revision: 27452 --- 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