mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-04 08:27:48 +00:00
transmission: rebuild for libiconv changes
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
057e728f8d
commit
30469770b1
@ -25,7 +25,9 @@
|
|||||||
# transmission (svn 11666) fails to build with LTO support
|
# transmission (svn 11666) fails to build with LTO support
|
||||||
strip_lto
|
strip_lto
|
||||||
|
|
||||||
export LIBS="-liconv"
|
if [ "$ICONV" = "libiconv" ]; then
|
||||||
|
export LIBS="-liconv"
|
||||||
|
fi
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
2.0.3
|
||||||
|
- rebuild for libiconv changes
|
||||||
|
|
||||||
2.0.2
|
2.0.2
|
||||||
- update libevent to libevent-2.0.16-stable
|
- update libevent to libevent-2.0.16-stable
|
||||||
|
|
||||||
|
@ -20,13 +20,13 @@
|
|||||||
|
|
||||||
PKG_NAME="transmission"
|
PKG_NAME="transmission"
|
||||||
PKG_VERSION="2.42"
|
PKG_VERSION="2.42"
|
||||||
PKG_REV="2"
|
PKG_REV="3"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="http://www.transmissionbt.com/"
|
PKG_SITE="http://www.transmissionbt.com/"
|
||||||
PKG_URL="http://download.transmissionbt.com/files/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
PKG_URL="http://download.transmissionbt.com/files/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||||
PKG_DEPENDS="zlib libiconv openssl curl libevent"
|
PKG_DEPENDS="zlib $ICONV openssl curl libevent"
|
||||||
PKG_BUILD_DEPENDS="toolchain libiconv zlib openssl curl libevent"
|
PKG_BUILD_DEPENDS="toolchain $ICONV zlib openssl curl libevent"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="service/downloadmanager"
|
PKG_SECTION="service/downloadmanager"
|
||||||
PKG_SHORTDESC="transmission: a fast, easy and free BitTorrent client"
|
PKG_SHORTDESC="transmission: a fast, easy and free BitTorrent client"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user