From 611534e7e56a30c1362c74adb6dd5d43ba5cbb7c Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Thu, 5 Jul 2012 09:30:05 +0200 Subject: libtorrent: disable debug build. thanks horrorStruck --- libtorrent/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtorrent') 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 } -- cgit v1.2.3