aboutsummaryrefslogtreecommitdiffstats
path: root/main/libtorrent
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-05-18 07:03:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-05-18 07:07:55 +0000
commit9f54084b7cdcb4fef4277eb50b124b35619a23dc (patch)
tree23579618a086787a6dc184ccf9ef7e5d3f9c70ef /main/libtorrent
parent737279b1df723d1ec5d91f459341e4f10154f11b (diff)
downloadaports-9f54084b7cdcb4fef4277eb50b124b35619a23dc.tar.bz2
aports-9f54084b7cdcb4fef4277eb50b124b35619a23dc.tar.xz
main/libtorrent: disable instrumentation
It triggeres the following build error for rtorrent on x86: /usr/lib/libtorrent.so: undefined reference to `__sync_add_and_fetch_8' /usr/lib/libtorrent.so: undefined reference to `__sync_fetch_and_and_8'
Diffstat (limited to 'main/libtorrent')
-rw-r--r--main/libtorrent/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libtorrent/APKBUILD b/main/libtorrent/APKBUILD
index bddf051640..0c96473669 100644
--- a/main/libtorrent/APKBUILD
+++ b/main/libtorrent/APKBUILD
@@ -2,7 +2,7 @@
pkgname=libtorrent
pkgver=0.13.4
-pkgrel=0
+pkgrel=1
pkgdesc='BitTorrent library written in C++'
url='http://libtorrent.rakshasa.no/'
arch='all'
@@ -26,6 +26,7 @@ build() {
--host=$CHOST \
--prefix=/usr \
--disable-debug \
+ --disable-instrumentation \
|| return 1
make || return 1
}