rtorrent: disable debug build. thanks horrorStruck

This commit is contained in:
Thomas Penteker 2012-07-05 09:29:51 +02:00
parent 9035fbf167
commit 5c62719063

View File

@ -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