mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
transmission: depends on libiconv
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
abc786553d
commit
a097bdcbc9
@ -25,6 +25,8 @@
|
||||
# transmission (svn 11666) fails to build with LTO support
|
||||
strip_lto
|
||||
|
||||
export LDFLAGS="$LDFLAGS -liconv"
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
@ -42,6 +44,7 @@ cd $PKG_BUILD
|
||||
--disable-nls \
|
||||
--disable-cli \
|
||||
--disable-mac \
|
||||
--enable-lightweight \
|
||||
--enable-daemon \
|
||||
--with-gnu-ld \
|
||||
|
||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.transmissionbt.com/"
|
||||
PKG_URL="http://download.transmissionbt.com/files/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="zlib openssl curl libevent connman"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib openssl curl libevent"
|
||||
PKG_DEPENDS="zlib libiconv openssl curl libevent connman"
|
||||
PKG_BUILD_DEPENDS="toolchain libiconv zlib openssl curl libevent"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="system"
|
||||
PKG_SHORTDESC="transmission: a fast, easy and free BitTorrent client"
|
||||
|
Loading…
x
Reference in New Issue
Block a user