@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME := transmission
PKG_VERSION := 2.93
PKG_RELEASE := 2
PKG_RELEASE := 3
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE_URL := https://github.com/transmission/transmission-releases/raw/master
@ -37,7 +37,7 @@ endef
d e f i n e P a c k a g e / t r a n s m i s s i o n - d a e m o n / D e f a u l t
$( call Package/transmission/template)
DEPENDS:= +libcurl +libpthread +libevent2 +librt +zlib
DEPENDS:= +libcurl +libevent2 +libminiupnpc +libpthread +librt +zlib
USERID:= transmission = 224:transmission= 224
e n d e f
@ -57,7 +57,7 @@ endef
d e f i n e P a c k a g e / t r a n s m i s s i o n - c l i / D e f a u l t
$( call Package/transmission/template)
DEPENDS:= +libcurl +libpthread +libevent2 +librt +zlib
DEPENDS:= +libcurl +libevent2 +libminiupnpc +libpthread +librt +zlib
e n d e f
d e f i n e P a c k a g e / t r a n s m i s s i o n - c l i - o p e n s s l
@ -76,7 +76,7 @@ endef
d e f i n e P a c k a g e / t r a n s m i s s i o n - r e m o t e / D e f a u l t
$( call Package/transmission/template)
DEPENDS:= +libcurl +libpthread +libevent2 +librt +zlib
DEPENDS:= +libcurl +libevent2 +libminiupnpc +libpthread +librt +zlib
e n d e f
d e f i n e P a c k a g e / t r a n s m i s s i o n - r e m o t e - o p e n s s l
@ -131,9 +131,6 @@ endef
P a c k a g e / t r a n s m i s s i o n - d a e m o n - m b e d t l s / conffiles = $( Package/transmission-daemon-openssl/conffiles)
CONFIGURE_VARS += \
LIBEVENT_LIBS = " $( STAGING_DIR) /usr/lib/libevent-2.0.so.5 "
CONFIGURE_ARGS += \
--enable-daemon \
--enable-cli \
@ -154,16 +151,6 @@ ifeq ($(BUILD_VARIANT),mbedtls)
MBEDTLS_LIBS = "-lmbedtls -lmbedcrypto"
e n d i f
MAKE_FLAGS += \
CFLAGS = " $( TARGET_CFLAGS) -D_GNU_SOURCE "
TARGET_CFLAGS += -std= gnu99
d e f i n e B u i l d / C o n f i g u r e
( cd $( PKG_BUILD_DIR) ; ./autogen.sh $( CONFIGURE_ARGS) )
$( call Build/Configure/Default,$CONFIGURE_ARGS )
e n d e f
d e f i n e P a c k a g e / t r a n s m i s s i o n - d a e m o n - o p e n s s l / i n s t a l l
$( INSTALL_DIR) $( 1) /usr/bin
$( INSTALL_BIN) $( PKG_INSTALL_DIR) /usr/bin/transmission-daemon $( 1) /usr/bin/