diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-01 19:08:24 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-01 20:55:41 +0100 |
commit | eb71ab46550f7dafd275983392e7aadcd62b6707 (patch) | |
tree | 578dd69256b14170f9a710964fbb78fd6a97b84a /gnu/packages | |
parent | 7290477c8b541a9e9e0e34a26caa08622c5cdf18 (diff) |
gnu: inotify-tools: Omit static library.
* gnu/packages/linux.scm (inotify-tools)[arguments]:
Add "--disable-static" configure flag.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3f7b8cc5c9..dd4478cac7 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 |