3
5
Fork 0
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:
Julien Lepiller 2017-03-21 13:29:00 +01:00
parent b1554326bb
commit 23bd8f556e
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -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))))))