From 4769519ceecd086b8a6a506bb4696e4214fc9d4a Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Wed, 28 Dec 2016 20:30:16 +0100 Subject: [PATCH] libreoffice: work around i686 build issue Temporarily disable running the CVE tests for i686. The apps will still crash with std::bad_alloc thrown AFAICT. --- srcpkgs/libreoffice/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index 0bd0708e86f..4edab42adc6 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -84,7 +84,7 @@ fi case "$XBPS_TARGET_MACHINE" in i686*) # Broken unit tests - broken="https://build.voidlinux.eu/builders/i686_builder/builds/28531/steps/shell_3/logs/stdio" + CXXFLAGS="-DDISABLE_CVE_TESTS=1" ;; *-musl) # use shipped clucene, because CLucene/analysis/cjk/CJKAnalyzer.h # is missing in the musl clucene-devel files