mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: libreoffice: Remove obsolete workaround.
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Don't pass LDFLAGS.
This commit is contained in:
parent
97386910fb
commit
1e969dafb7
1 changed files with 0 additions and 2 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue