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:
parent
8b53495dfb
commit
32b089f4f4
@ -50,6 +50,7 @@
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--with-distro=none"
|
||||
"--disable-static"
|
||||
"--localstatedir=/var" ; for the DBus socket
|
||||
"--disable-python"
|
||||
"--disable-mono"
|
||||
|
Loading…
Reference in New Issue
Block a user