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>master
parent
866e2b121c
commit
675086ad5b
|
@ -1899,6 +1899,13 @@ many bug fixes.")
|
||||||
(base32
|
(base32
|
||||||
"03adv5xc84l9brcx0dpyqyffmsclans8yfrpnd357k6x3wfckjri"))))
|
"03adv5xc84l9brcx0dpyqyffmsclans8yfrpnd357k6x3wfckjri"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:configure-flags
|
||||||
|
(list
|
||||||
|
"--disable-static")
|
||||||
|
#:make-flags
|
||||||
|
(list
|
||||||
|
"CFLAGS=-Wno-error=all")))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib" ,glib)
|
`(("glib" ,glib)
|
||||||
("gnutls" ,gnutls)
|
("gnutls" ,gnutls)
|
||||||
|
@ -1906,7 +1913,7 @@ many bug fixes.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("check" ,check)
|
("check" ,check)
|
||||||
("glib" ,glib "bin") ; gtester
|
("glib" ,glib "bin") ; gtester
|
||||||
("gtk-doc" ,gtk-doc)))
|
("gtk-doc" ,gtk-doc)))
|
||||||
(home-page "https://mcabber.com/")
|
(home-page "https://mcabber.com/")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue