mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: bigloo: Fix build failure in ld.
* gnu/packages/scheme.scm (bigloo)[arguments]<#:configure-flags>: Add --cflags=-fPIC.
This commit is contained in:
parent
b1554326bb
commit
23bd8f556e
1 changed files with 1 additions and 0 deletions
|
@ -248,6 +248,7 @@ features an integrated Emacs-like editor and a large runtime library.")
|
|||
;; "--customgc=no" ; use our libgc
|
||||
(string-append"--mv=" (which "mv"))
|
||||
(string-append "--rm=" (which "rm"))
|
||||
"--cflags=-fPIC"
|
||||
(string-append "--ldflags=-Wl,-rpath="
|
||||
(assoc-ref outputs "out")
|
||||
"/lib/bigloo/" ,version))))))
|
||||
|
|
Loading…
Reference in a new issue