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:
parent
e4db21bcf6
commit
ceb4b1d715
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user