diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-15 16:44:09 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-16 00:43:43 +0200 |
commit | 1e969dafb7d004ae3405cc2de3669e1c97000ce0 (patch) | |
tree | 90668c5f6e01826841cc880f2f99b7d9205c094f /gnu/packages/libreoffice.scm | |
parent | 97386910fb0cc5e63e7f7d55d7f50a315884ab60 (diff) | |
download | guix-1e969dafb7d004ae3405cc2de3669e1c97000ce0.tar.gz |
gnu: libreoffice: Remove obsolete workaround.
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Don't pass LDFLAGS.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index aeefba732b..54ee4b4ca8 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -1253,8 +1253,6 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.") (dirname (search-input-file %build-inputs "lib/libboost_system.so"))) - ;; Avoid undefined symbols required by boost::spirit - "LDFLAGS=-lboost_system" ;; Avoid a dependency on ucpp. "--with-idlc-cpp=cpp" ;; The fonts require an external tarball (crosextrafonts). |