guix-commits
[Top][All Lists]
Advanced

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

04/46: gnu: nspr: Do not build the static library.


From: guix-commits
Subject: 04/46: gnu: nspr: Do not build the static library.
Date: Fri, 14 Feb 2020 12:40:55 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit ceb4b1d71595b65feb14e939ac6cbdc6b62e7223
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 16:35:50 2020 +0100

    gnu: nspr: Do not build the static library.
    
    * gnu/packages/nss.scm (nspr)[arguments]: Add "--disable-static" in
     #:configure-flags.
---
 gnu/packages/nss.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/nss.scm b/gnu/packages/nss.scm
index 28ca76d..865c085 100644
--- a/gnu/packages/nss.scm
+++ b/gnu/packages/nss.scm
@@ -48,7 +48,8 @@
      `(("perl" ,perl)))
     (arguments
      `(#:tests? #f ; no check target
-       #:configure-flags (list "--enable-64bit"
+       #:configure-flags (list "--disable-static"
+                               "--enable-64bit"
                                (string-append "LDFLAGS=-Wl,-rpath="
                                               (assoc-ref %outputs "out")
                                               "/lib"))



reply via email to

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