guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/11: gnu: avahi: Do not build the static libraries.


From: guix-commits
Subject: 03/11: gnu: avahi: Do not build the static libraries.
Date: Wed, 18 Mar 2020 14:24:19 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 32b089f4f4e86a32bb34c2c7983be5dbe9603784
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Mar 17 11:20:43 2020 +0100

    gnu: avahi: Do not build the static libraries.
    
    * gnu/packages/avahi.scm (avahi)[arguments]: Add "--disable-static" to
     #:configure-flags.
---
 gnu/packages/avahi.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/avahi.scm b/gnu/packages/avahi.scm
index 8a01272..4675f3b 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]