chicken: rebuild for musl.
This commit is contained in:
parent
915e2fa0af
commit
869e63222e
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'chicken'
|
# Template file for 'chicken'
|
||||||
pkgname=chicken
|
pkgname=chicken
|
||||||
version=4.9.0.1
|
version=4.9.0.1
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="A practical and portable Scheme system"
|
short_desc="A practical and portable Scheme system"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
|
@ -10,7 +10,7 @@ distfiles="http://code.call-cc.org/releases/${version%.*}/$pkgname-$version.tar.
|
||||||
checksum=04df7c439c36fc16446bdfa186e7a70258f911d2d826b5216a8e6b1cb2aa2815
|
checksum=04df7c439c36fc16446bdfa186e7a70258f911d2d826b5216a8e6b1cb2aa2815
|
||||||
|
|
||||||
# No ARM support??!!!
|
# No ARM support??!!!
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make C_COMPILER_OPTIMIZATION_OPTIONS="$CFLAGS" PREFIX=/usr PLATFORM=linux
|
make C_COMPILER_OPTIMIZATION_OPTIONS="$CFLAGS" PREFIX=/usr PLATFORM=linux
|
||||||
|
|
Loading…
Reference in New Issue