diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-17 11:20:43 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-18 19:23:46 +0100 |
commit | 32b089f4f4e86a32bb34c2c7983be5dbe9603784 (patch) | |
tree | d9898f97a33711a8b931c913a5cf25217c1bf5a9 /gnu | |
parent | 8b53495dfb50cda6b2c73b2b49115c184986ccf7 (diff) |
gnu: avahi: Do not build the static libraries.
* gnu/packages/avahi.scm (avahi)[arguments]: Add "--disable-static" to
#:configure-flags.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/avahi.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/avahi.scm b/gnu/packages/avahi.scm index 8a01272486..4675f3b011 100644 --- a/gnu/packages/avahi.scm +++ b/gnu/packages/avahi.scm @@ -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" |