diff options
Diffstat (limited to 'main/libtorrent/APKBUILD')
-rw-r--r-- | main/libtorrent/APKBUILD | 3 |
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 } |