guix-commits
[Top][All Lists]
Advanced

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

13/19: gnu: libbsd: Do not build the static library.


From: guix-commits
Subject: 13/19: gnu: libbsd: Do not build the static library.
Date: Mon, 3 Feb 2020 09:30:27 -0500 (EST)

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

commit effd1422af81b210682a22f34858c5c69f7a1ba7
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Jan 31 17:57:38 2020 +0100

    gnu: libbsd: Do not build the static library.
    
    * gnu/packages/libbsd.scm (libbsd)[arguments]: New field.
---
 gnu/packages/libbsd.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/libbsd.scm b/gnu/packages/libbsd.scm
index 9d0dff1..16a7e8f 100644
--- a/gnu/packages/libbsd.scm
+++ b/gnu/packages/libbsd.scm
@@ -34,6 +34,8 @@
                (base32
                 "11x8q45jvjvf2dvgclds64mscyg10lva33qinf2hwgc84v3svf1l"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("--disable-static")))
     (synopsis "Utility functions from BSD systems")
     (description "This library provides useful functions commonly found on BSD
 systems, and lacking on others like GNU systems, thus making it easier to port



reply via email to

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