mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ (define-public curl
|
|||
(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 a new issue