[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)
- branch staging created (now 5edad6c), guix-commits, 2020/02/14
- 02/46: gnu: eudev: Do not build the static libraries.,
guix-commits <=
- 05/46: gnu: libaio: Update to 0.3.112., guix-commits, 2020/02/14
- 01/46: gnu: python-pyopenssl: Fix test failure., guix-commits, 2020/02/14
- 04/46: gnu: nspr: Do not build the static library., guix-commits, 2020/02/14
- 07/46: gnu: libffcall: Do not build the static libraries., guix-commits, 2020/02/14
- 11/46: gnu: libtirpc: Update to 1.2.5., guix-commits, 2020/02/14
- 03/46: gnu: nss: Remove obsolete patch., guix-commits, 2020/02/14
- 17/46: gnu: perl-ipc-system-simple: Update to 1.26., guix-commits, 2020/02/14
- 06/46: gnu: libaio: Do not install the static library., guix-commits, 2020/02/14
- 08/46: gnu: libffcall: Update to 2.2., guix-commits, 2020/02/14
- 09/46: gnu: libevdev: Do not build the static library., guix-commits, 2020/02/14