kcgi: mark as broken for aarch64
This commit is contained in:
parent
ea36b18bbc
commit
bad4a54298
|
@ -15,6 +15,11 @@ homepage="http://kristaps.bsd.lv/kcgi/"
|
|||
distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
|
||||
checksum=ca254027809c3f4e730ec21fec92d76d709c2f2827aa7d1becc59572ead427a3
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) broken="sandbox-seccomp-filter.c:76:34: error: initializer element is not constant"
|
||||
esac
|
||||
|
||||
|
||||
post_configure() {
|
||||
local suffix
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
|
|
Loading…
Reference in New Issue