summaryrefslogtreecommitdiffstats
path: root/main/rtorrent
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-05-18 07:06:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-05-18 07:07:56 +0000
commit3a24fa2d26ad04821eab22f65984b23d928fab4f (patch)
tree5fdec383f771e5b1ba739fd54c2a6d4b6983a877 /main/rtorrent
parent9f54084b7cdcb4fef4277eb50b124b35619a23dc (diff)
downloadaports-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')
-rw-r--r--main/rtorrent/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/rtorrent/APKBUILD b/main/rtorrent/APKBUILD
index af6baa95b..39fa6feb7 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 \