mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user