mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: loudmouth: Disable static libraries.
* gnu/packages/messaging.scm (loudmouth) [arguments]: Add --disable-static configure-flag and CFLAGS make-flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
866e2b121c
commit
675086ad5b
1 changed files with 8 additions and 1 deletions
|
@ -1899,6 +1899,13 @@ (define-public loudmouth
|
|||
(base32
|
||||
"03adv5xc84l9brcx0dpyqyffmsclans8yfrpnd357k6x3wfckjri"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list
|
||||
"--disable-static")
|
||||
#:make-flags
|
||||
(list
|
||||
"CFLAGS=-Wno-error=all")))
|
||||
(inputs
|
||||
`(("glib" ,glib)
|
||||
("gnutls" ,gnutls)
|
||||
|
@ -1906,7 +1913,7 @@ (define-public loudmouth
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("check" ,check)
|
||||
("glib" ,glib "bin") ; gtester
|
||||
("glib" ,glib "bin") ; gtester
|
||||
("gtk-doc" ,gtk-doc)))
|
||||
(home-page "https://mcabber.com/")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue