libreoffice: make build-nocheck for x86_64-musl
This commit is contained in:
parent
35743be687
commit
6a0959ca7e
@ -6,10 +6,6 @@ build_style=gnu-configure
|
||||
configure_args="--disable-werror"
|
||||
nocross=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64-musl) broken="https://build.voidlinux.eu/builders/x86_64-musl_builder/builds/6096/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
#
|
||||
# XXX: mit-krb5-devel nasm firebird3 hamcrest iwyu ogl-math
|
||||
# Missing, required libraries are downloaded and built internally
|
||||
@ -91,6 +87,8 @@ case "$XBPS_TARGET_MACHINE" in
|
||||
;;
|
||||
*-musl) # use shipped clucene, because CLucene/analysis/cjk/CJKAnalyzer.h
|
||||
# is missing in the musl clucene-devel files
|
||||
# make no checks because they fail on the builder
|
||||
make_build_args="build-nocheck"
|
||||
;;
|
||||
x86_64) build_options_default="java"
|
||||
makedepends+=" apache-ant openjdk "
|
||||
@ -206,10 +204,6 @@ do_configure() {
|
||||
sed -i Makefile -e "/gb_Top_MODULE_CHECK_TARGETS /s/ slowchecks//"
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make build
|
||||
}
|
||||
|
||||
do_install() {
|
||||
local f
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user