From e23d768cda16aed0ca7f12491901d809a92ae232 Mon Sep 17 00:00:00 2001 From: Cezary Jackiewicz Date: Mon, 20 Feb 2012 06:15:25 +0000 Subject: [PATCH] [packages] transmission: use external upnpc library SVN-Revision: 30656 --- net/transmission/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/transmission/Makefile b/net/transmission/Makefile index 6f7f656238..1b10be718c 100644 --- a/net/transmission/Makefile +++ b/net/transmission/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=transmission PKG_VERSION:=2.50 -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 +librt + DEPENDS:=+libcurl +libopenssl +libpthread +libevent2 +librt +libminiupnpc MENU:=1 endef -- 2.30.2