1
0
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:
Marius Bakke
2020-03-17 11:20:43 +01:00
parent 8b53495dfb
commit 32b089f4f4

View File

@@ -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"