mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ (define-public nspr
|
|||
`(("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 a new issue