summaryrefslogtreecommitdiff
path: root/libtorrent
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2012-07-05 09:30:05 +0200
committerThomas Penteker <tek@serverop.de>2012-07-05 09:30:05 +0200
commit611534e7e56a30c1362c74adb6dd5d43ba5cbb7c (patch)
treebb2fef1f4828ead57f5c4ff5035a390d5db5987e /libtorrent
parent5c627190633750317dfd74b2710b0cd93d9b43d8 (diff)
downloadcontrib-611534e7e56a30c1362c74adb6dd5d43ba5cbb7c.tar.gz
contrib-611534e7e56a30c1362c74adb6dd5d43ba5cbb7c.tar.xz
libtorrent: disable debug build. thanks horrorStruck
Diffstat (limited to 'libtorrent')
-rw-r--r--libtorrent/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtorrent/Pkgfile b/libtorrent/Pkgfile
index 1649ada16..49b0222e9 100644
--- a/libtorrent/Pkgfile
+++ b/libtorrent/Pkgfile
@@ -5,12 +5,12 @@
name=libtorrent
version=0.13.2
-release=1
+release=2
source=(http://libtorrent.rakshasa.no/downloads/libtorrent-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-debug=no
make
make install DESTDIR=$PKG
}

Generated by cgit