guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: inotify-tools: Omit static library.


From: guix-commits
Subject: 02/08: gnu: inotify-tools: Omit static library.
Date: Tue, 1 Dec 2020 14:56:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit eb71ab46550f7dafd275983392e7aadcd62b6707
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 1 19:08:24 2020 +0100

    gnu: inotify-tools: Omit static library.
    
    * gnu/packages/linux.scm (inotify-tools)[arguments]:
    Add "--disable-static" configure flag.
---
 gnu/packages/linux.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3f7b8cc..dd4478c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3151,6 +3151,9 @@ for systems using the Linux kernel.  This includes 
commands such as
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
        ("libtool" ,libtool)))
+    (arguments
+     `(#:configure-flags
+       (list "--disable-static")))
     (home-page "https://github.com/rvoicilas/inotify-tools/wiki";)
     (synopsis "Monitor file accesses")
     (description



reply via email to

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