gnu: avahi: Do not build the static libraries.

* gnu/packages/avahi.scm (avahi)[arguments]: Add "--disable-static" to
 #:configure-flags.
This commit is contained in:
Marius Bakke 2020-03-17 11:20:43 +01:00
parent 8b53495dfb
commit 32b089f4f4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -50,6 +50,7 @@ (define-public avahi
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--with-distro=none"
"--disable-static"
"--localstatedir=/var" ; for the DBus socket
"--disable-python"
"--disable-mono"