From 1e969dafb7d004ae3405cc2de3669e1c97000ce0 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 15 Aug 2022 16:44:09 +0200 Subject: 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(-) (limited to 'gnu/packages/libreoffice.scm') 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 @@ (define (install-appdata app) (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). -- cgit v1.2.3