guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bigloo: Fix build failure in ld.


From: julien lepiller
Subject: 01/01: gnu: bigloo: Fix build failure in ld.
Date: Sun, 26 Mar 2017 04:43:56 -0400 (EDT)

roptat pushed a commit to branch core-updates
in repository guix.

commit 23bd8f556e3a7b84f35f8b58ee506241b9b95fca
Author: Julien Lepiller <address@hidden>
Date:   Tue Mar 21 13:29:00 2017 +0100

    gnu: bigloo: Fix build failure in ld.
    
    * gnu/packages/scheme.scm (bigloo)[arguments]<#:configure-flags>: Add 
--cflags=-fPIC.
---
 gnu/packages/scheme.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index fec872f..b689b0f 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -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))))))



reply via email to

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