guix-commits
[Top][All Lists]
Advanced

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

07/46: gnu: libffcall: Do not build the static libraries.


From: guix-commits
Subject: 07/46: gnu: libffcall: Do not build the static libraries.
Date: Fri, 14 Feb 2020 12:40:56 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit ac906f14bcd683c7da2f94bbbbd7ee3469f1368f
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 16:46:54 2020 +0100

    gnu: libffcall: Do not build the static libraries.
    
    * gnu/packages/libffcall.scm (libffcall)[arguments]: Add #:configure-flags.
---
 gnu/packages/libffcall.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/libffcall.scm b/gnu/packages/libffcall.scm
index 3a231f3..908c24a 100644
--- a/gnu/packages/libffcall.scm
+++ b/gnu/packages/libffcall.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2015 Joshua S. Grant <address@hidden>
 ;;; Copyright © 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2017, 2018 Efraim Flashner <address@hidden>
+;;; Copyright © 2020 Marius Bakke <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -37,7 +38,9 @@
         (base32
          "0iwcad6w78jp84vd6xaz5fwqm84n3cb42bdf5m5cj5xzpa5zp4d0"))))
     (build-system gnu-build-system)
-    (arguments `(#:parallel-build? #f))
+    (arguments
+     '(#:parallel-build? #f
+       #:configure-flags '("--disable-static")))
     (synopsis "Foreign function calls from interpreters")
     (description
      "GNU Libffcall is a collection of libraries that can be used to build



reply via email to

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