me
/
guix
Archived
1
0
Fork 0

gnu: libreoffice: Fix build on i686-linux.

* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Add
"--enable-lto" and "--without-galleries" #:configure-flags.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
master
Kaelyn 2022-11-26 02:02:25 +00:00 committed by Tobias Geerinckx-Rice
parent bc9234a8f8
commit 536adbd7cc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 0 deletions

View File

@ -1235,6 +1235,10 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.")
;; when our default compiler is >=GCC 6. ;; when our default compiler is >=GCC 6.
"--disable-pdfium" "--disable-pdfium"
"--without-doxygen" "--without-doxygen"
;; Avoid linker errors about non-virtual thunks on i686-linux.
"--enable-lto"
;; Avoid errors rebuilding the Gtk icon cache, at least on i686-linux.
"--without-galleries"
"--enable-build-opensymbol"))) "--enable-build-opensymbol")))
(native-inputs (native-inputs
(list bison (list bison