gnu: neon: Don't build static library.
* gnu/packages/version-controls.scm (neon)[arguments]: Add configure-flag to skip static library.master
parent
68bee13aa7
commit
66c352a1fa
|
@ -1704,6 +1704,7 @@ history. It implements the changeset evolution concept for Mercurial.")
|
|||
;; https://sourceware.org/bugzilla/show_bug.cgi?id=16475
|
||||
#:tests? #f
|
||||
#:configure-flags '("--enable-shared"
|
||||
"--disable-static"
|
||||
;; requires libgnutils-config, deprecated
|
||||
;; in gnutls 2.8.
|
||||
; "--with-ssl=gnutls")))
|
||||
|
|
Reference in New Issue