mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +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() {
|
build() {
|
||||||
LDFLAGS="$LDFLAGS -liconv"
|
LDFLAGS="$LDFLAGS -liconv"
|
||||||
cd "$srcdir"/$pkgname-v$pkgver
|
cd "$srcdir"/$pkgname-v$pkgver
|
||||||
./configure prefix=/usr
|
CC=gcc ./configure prefix=/usr
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user