gnu: curl: Don't build static library.
* gnu/packages/curl.scm (curl)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
a44426ee01
commit
7b84410046
|
@ -84,7 +84,8 @@
|
||||||
(separator #f) ;single entry
|
(separator #f) ;single entry
|
||||||
(files '("etc/ssl/certs/ca-certificates.crt")))))
|
(files '("etc/ssl/certs/ca-certificates.crt")))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--with-gnutls" "--with-gssapi")
|
`(#:configure-flags '("--with-gnutls" "--with-gssapi"
|
||||||
|
"--disable-static")
|
||||||
;; Add a phase to patch '/bin/sh' occurances in tests/runtests.pl
|
;; Add a phase to patch '/bin/sh' occurances in tests/runtests.pl
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue