testing/cmus: build fix. disable ccache/distcc etc

This commit is contained in:
Natanael Copa 2012-07-16 08:07:14 +00:00
parent e3adef5707
commit b65ffef5d9

View File

@ -14,7 +14,7 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-v$pkgver.tar.bz2"
build() {
LDFLAGS="$LDFLAGS -liconv"
cd "$srcdir"/$pkgname-v$pkgver
./configure prefix=/usr
CC=gcc ./configure prefix=/usr
make
}