[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
32/36: gnu: haveged: Don't build the static library.
From: |
guix-commits |
Subject: |
32/36: gnu: haveged: Don't build the static library. |
Date: |
Mon, 4 Oct 2021 07:44:05 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e2fdc27bf179f16a8656d358975f1da558a9447e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 4 03:30:48 2021 +0200
gnu: haveged: Don't build the static library.
* gnu/packages/linux.scm (haveged)[arguments]: Add "--disable-static" to
the #:configure-flags.
---
gnu/packages/linux.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f0de541..58ec55e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6198,6 +6198,9 @@ cpufreq sub-system is enabled or not.")
(sha256
(base32 "1zb790adsmqq3r26zlaxfrk2hpgxjcjz8l73hn3hli3l3javykvd"))))
(build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags
+ (list "--disable-static")))
(home-page "https://www.issihosts.com/haveged")
(synopsis "Entropy source for the Linux random number generator")
(description
- 15/36: gnu: osinfo-db: Update to 20210903., (continued)
- 15/36: gnu: osinfo-db: Update to 20210903., guix-commits, 2021/10/04
- 04/36: gnu: slop: Update to 7.6., guix-commits, 2021/10/04
- 22/36: gnu: libcacard: Update to 2.8.1., guix-commits, 2021/10/04
- 23/36: gnu: pv: Slightly expand description., guix-commits, 2021/10/04
- 28/36: gnu: notmuch: Update to 0.33.2., guix-commits, 2021/10/04
- 30/36: gnu: feh: Update to 3.7.2., guix-commits, 2021/10/04
- 01/36: gnu: android-udev-rules: Update to 20210501., guix-commits, 2021/10/04
- 12/36: gnu: criu: Delete static libraries., guix-commits, 2021/10/04
- 13/36: gnu: wolfssl: Update to 4.8.1., guix-commits, 2021/10/04
- 26/36: gnu: ndisc6: Update to 1.0.5., guix-commits, 2021/10/04
- 32/36: gnu: haveged: Don't build the static library.,
guix-commits <=
- 16/36: gnu: cawbird: Update to 1.4.2., guix-commits, 2021/10/04
- 27/36: gnu: btrfs-progs: Update to 5.14.1., guix-commits, 2021/10/04
- 19/36: gnu: cifs-utils: Build & install man pages., guix-commits, 2021/10/04
- 21/36: gnu: cifs-utils: Fix support for dropping capabilities., guix-commits, 2021/10/04
- 29/36: gnu: squid: Update to 4.16., guix-commits, 2021/10/04
- 17/36: gnu: openssh: Update to 8.8p1 [security fixes]., guix-commits, 2021/10/04
- 31/36: gnu: haveged: Update to 1.9.15., guix-commits, 2021/10/04
- 36/36: doc: Fix 'setuid-program' example., guix-commits, 2021/10/04
- 34/36: gnu: brasero: Update to 3.12.3., guix-commits, 2021/10/04
- 35/36: gnu: brasero: Embed growisofs from dvd+rw-tools input., guix-commits, 2021/10/04