guix-commits
[Top][All Lists]
Advanced

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

02/46: gnu: eudev: Do not build the static libraries.


From: guix-commits
Subject: 02/46: gnu: eudev: Do not build the static libraries.
Date: Fri, 14 Feb 2020 12:40:54 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 7b83cd720fa1b460ab79753869441be272251ded
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 16:20:29 2020 +0100

    gnu: eudev: Do not build the static libraries.
    
    * gnu/packages/linux.scm (eudev)[arguments]: Add "--disable-static" in
     #:configure-flags.
---
 gnu/packages/linux.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d1ce205..e68c1fb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2746,7 +2746,8 @@ to the in-kernel OOM killer.")
              (let ((out (assoc-ref outputs "out")))
                (invoke (string-append out "/bin/udevadm")
                        "hwdb" "--update")))))
-       #:configure-flags (list "--enable-manpages")))
+       #:configure-flags (list "--enable-manpages"
+                               "--disable-static")))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)



reply via email to

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