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
|
||||
(files '("etc/ssl/certs/ca-certificates.crt")))))
|
||||
(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
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in New Issue