kona: fix for musl.
This commit is contained in:
parent
a08022d76e
commit
021f72b55f
@ -1,7 +1,7 @@
|
||||
# Template file for 'kona'
|
||||
pkgname=kona
|
||||
version=3.24
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-Win.${version}-64"
|
||||
short_desc="Open-source implementation of the K programming language"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
@ -10,6 +10,10 @@ homepage="https://github.com/kevinlawler/kona"
|
||||
distfiles="https://github.com/kevinlawler/${pkgname}/archive/Win.${version}-64.tar.gz"
|
||||
checksum=91b580b1d5cca761b08e27ada02a5bb491552f84054aad89d31aaca8081ee725
|
||||
|
||||
post_extract() {
|
||||
sed-i '/netdb.h/a#include <sys/select.h>' src/incs.h
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} k \
|
||||
CC="$CC" PRODFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -lm -ldl"
|
||||
|
Loading…
x
Reference in New Issue
Block a user