From 5c627190633750317dfd74b2710b0cd93d9b43d8 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Thu, 5 Jul 2012 09:29:51 +0200 Subject: [PATCH] rtorrent: disable debug build. thanks horrorStruck --- rtorrent/Pkgfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtorrent/Pkgfile b/rtorrent/Pkgfile index 37e0960a3..521b09ae0 100644 --- a/rtorrent/Pkgfile +++ b/rtorrent/Pkgfile @@ -5,12 +5,12 @@ name=rtorrent version=0.9.2 -release=1 +release=2 source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr --mandir=/usr/man --enable-debug=no make make install DESTDIR=$PKG install -m 644 -D doc/rtorrent.1 $PKG/usr/man/man1/rtorrent.1