kcgi: unbreak
This commit is contained in:
parent
196205b690
commit
108b79ef64
|
@ -2,7 +2,7 @@
|
|||
pkgname=kcgi
|
||||
version=0.9.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_style=gnu-makefile
|
||||
short_desc="Minimal CGI library for web applications in C"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="ISC"
|
||||
|
@ -10,16 +10,19 @@ homepage="http://kristaps.bsd.lv/kcgi/"
|
|||
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
|
||||
checksum=9d4eb242b95eab948069bc32fc43bd04f3bc1f21cd1f25415a6a2f6538b896b3
|
||||
|
||||
broken="https://build.voidlinux.eu/builders/x86_64_builder/builds/27071/steps/shell_3/logs/stdio"
|
||||
|
||||
post_extract() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
sed -i 's/u_int/uint/g' md5.c md5.h
|
||||
sed -i '/_DECLS/d' md5.h
|
||||
sed -i '/#include <string.h>/a\ #include <unistd.h>' auth.c parent.c httpauth.c
|
||||
sed -i '/#include <stdlib.h>/a\ #include <unistd.h>' sandbox.c
|
||||
sed -i '/#include <time.h>/a\ #include <sys/types.h>' datetime.c
|
||||
;;
|
||||
esac
|
||||
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
||||
# do not build new kutil_log(3) interface
|
||||
sed -i '/logging.[co]/d' GNUmakefile
|
||||
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' GNUmakefile
|
||||
sed -n '2,16p' kcgi.c > LICENSE
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue