gnu: libffcall: Do not build the static libraries.

* gnu/packages/libffcall.scm (libffcall)[arguments]: Add #:configure-flags.
This commit is contained in:
Marius Bakke 2020-02-12 16:46:54 +01:00
parent d60458d77c
commit ac906f14bc
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -2,6 +2,7 @@
;;; Copyright © 2015 Joshua S. Grant <jgrant@parenthetical.io>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -37,7 +38,9 @@ (define-public libffcall
(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