guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/16: gnu: libreoffice: Remove obsolete workaround.


From: guix-commits
Subject: 01/16: gnu: libreoffice: Remove obsolete workaround.
Date: Mon, 15 Aug 2022 18:50:47 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1e969dafb7d004ae3405cc2de3669e1c97000ce0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 15 16:44:09 2022 +0200

    gnu: libreoffice: Remove obsolete workaround.
    
    * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Don't pass LDFLAGS.
---
 gnu/packages/libreoffice.scm | 2 --
 1 file changed, 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).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]