valgrind: remove enormous ./configure-bloat; thanks tilman

This commit is contained in:
Thomas Penteker 2014-01-04 00:23:44 +01:00
parent b298392e39
commit a8953af802

View File

@ -12,7 +12,7 @@ source=(http://$name.org/downloads/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man --enable-gdb
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install