mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/cmus: build fix. disable ccache/distcc etc
This commit is contained in:
parent
e3adef5707
commit
b65ffef5d9
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user