forked from ports/contrib
rtorrent: disable debug build. thanks horrorStruck
This commit is contained in:
parent
9035fbf167
commit
5c62719063
@ -5,12 +5,12 @@
|
|||||||
|
|
||||||
name=rtorrent
|
name=rtorrent
|
||||||
version=0.9.2
|
version=0.9.2
|
||||||
release=1
|
release=2
|
||||||
source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz)
|
source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
./configure --prefix=/usr --mandir=/usr/man
|
./configure --prefix=/usr --mandir=/usr/man --enable-debug=no
|
||||||
make
|
make
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
install -m 644 -D doc/rtorrent.1 $PKG/usr/man/man1/rtorrent.1
|
install -m 644 -D doc/rtorrent.1 $PKG/usr/man/man1/rtorrent.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user