mbakke pushed a commit to branch staging
in repository guix.

commit ceb4b1d71595b65feb14e939ac6cbdc6b62e7223
Author: Marius Bakke <[email protected]>
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