gnu: nspr: Do not build the static library.

* gnu/packages/nss.scm (nspr)[arguments]: Add "--disable-static" in
 #:configure-flags.
This commit is contained in:
Marius Bakke 2020-02-12 16:35:50 +01:00
parent e4db21bcf6
commit ceb4b1d715
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -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"))