diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-18 07:06:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-18 07:07:56 +0000 |
commit | 3a24fa2d26ad04821eab22f65984b23d928fab4f (patch) | |
tree | 5fdec383f771e5b1ba739fd54c2a6d4b6983a877 /main/rtorrent/APKBUILD | |
parent | 9f54084b7cdcb4fef4277eb50b124b35619a23dc (diff) | |
download | aports-3a24fa2d26ad04821eab22f65984b23d928fab4f.tar.bz2 aports-3a24fa2d26ad04821eab22f65984b23d928fab4f.tar.xz |
main/rtorrent: enable on x86 again
we rebuilt libtorrent without intstrumentation so rtorrents builds again
on x86.
Diffstat (limited to 'main/rtorrent/APKBUILD')
-rw-r--r-- | main/rtorrent/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/main/rtorrent/APKBUILD b/main/rtorrent/APKBUILD index af6baa95bc..39fa6feb7d 100644 --- a/main/rtorrent/APKBUILD +++ b/main/rtorrent/APKBUILD @@ -2,11 +2,11 @@ pkgname=rtorrent pkgver=0.9.4 -pkgrel=0 +pkgrel=1 pkgdesc='Ncurses BitTorrent client based on libTorrent' url='http://libtorrent.rakshasa.no/' license='GPL' -arch='x86_64' +arch='all' makedepends='libsigc++-dev libtorrent-dev curl-dev xmlrpc-c-dev ncurses-dev' subpackages="$pkgname-doc" source="http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz" @@ -20,8 +20,6 @@ prepare() { build() { cd "$_builddir" - - export LDFLAGS="$LDFLAGS -lpthread" ./configure \ --build=$CBUILD \ --host=$CHOST \ |