mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
libreoffice: fix i686 configure
This commit is contained in:
parent
1d9f82eb4b
commit
f1cd4b9929
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ fi
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) # Broken unit tests
|
i686*) # Broken unit tests
|
||||||
CXXFLAGS="-DDISABLE_CVE_TESTS=1"
|
CXXFLAGS+="-DDISABLE_CVE_TESTS=1"
|
||||||
makedepends+=" clucene-devel"
|
makedepends+=" clucene-devel"
|
||||||
;;
|
;;
|
||||||
*-musl) # use shipped clucene, because CLucene/analysis/cjk/CJKAnalyzer.h
|
*-musl) # use shipped clucene, because CLucene/analysis/cjk/CJKAnalyzer.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue