[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/84: gnu: gnumach: Disable builtin networking.
From: |
guix-commits |
Subject: |
29/84: gnu: gnumach: Disable builtin networking. |
Date: |
Wed, 14 Jun 2023 06:23:56 -0400 (EDT) |
janneke pushed a commit to branch wip-hurd
in repository guix.
commit f25ac5a727e3730512b79130c88996a565e0748e
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu May 25 16:15:50 2023 +0200
gnu: gnumach: Disable builtin networking.
See also
https://logs.guix.gnu.org/hurd/2023-05-25.log#163610
* gnu/packages/hurd.scm (gnumach)[arguments]: Add --disable-net-group,
--disable-pcmcia-group, and --disable-wireless-group.
---
gnu/packages/hurd.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 4a1de924ac..bf10accd53 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -270,7 +270,11 @@ Hurd-minimal package which are needed for both glibc and
GCC.")
((#:make-flags flags ''())
`(cons "CFLAGS=-fcommon" ,flags))
((#:configure-flags flags ''())
- `(cons "--enable-kdb" ,flags)) ;enable kernel debugger
+ `(cons* "--enable-kdb" ;enable kernel debugger
+ "--disable-net-group"
+ "--disable-pcmcia-group"
+ "--disable-wireless-group"
+ ,flags))
((#:phases phases '%standard-phases)
`(modify-phases %standard-phases
(add-after 'install 'produce-image
- 19/84: gnu: hurd: Add rumpkernel., (continued)
- 19/84: gnu: hurd: Add rumpkernel., guix-commits, 2023/06/14
- 34/84: gnu: commencement: hurd-headers-boot0: Update to 0.9.git20230216., guix-commits, 2023/06/14
- 30/84: gnu: commencement: Add autoconf-boot0., guix-commits, 2023/06/14
- 32/84: gnu: commencement: gnumach-headers-boot0: Update to 1.8+git20221224., guix-commits, 2023/06/14
- 40/84: Revert "gnu: sed: Skip failing test on GNU/Hurd.", guix-commits, 2023/06/14
- 57/84: gnu: git: Skip failing test for the Hurd., guix-commits, 2023/06/14
- 78/84: gnu: fontforge: Support build for the Hurd., guix-commits, 2023/06/14
- 79/84: gnu: po4a: Skip failing test for the Hurd., guix-commits, 2023/06/14
- 15/84: gnu: hurd: Update libpciaccess to 0.17., guix-commits, 2023/06/14
- 04/84: gnu: hurd: Update supported systems., guix-commits, 2023/06/14
- 29/84: gnu: gnumach: Disable builtin networking.,
guix-commits <=
- 25/84: gnu: netdde: Resurrect and update to 2.6.32.65-2-e67c284ac1., guix-commits, 2023/06/14
- 27/84: system: hurd: Add netdde to %base-packages/hurd., guix-commits, 2023/06/14
- 42/84: gnu: diffutils: Remove test-perror2 from XFAIL_TESTS for the Hurd., guix-commits, 2023/06/14
- 58/84: gnu: emacs: Depend on libc-for-target., guix-commits, 2023/06/14
- 51/84: gnu: libbsd: Skip failing test for the Hurd., guix-commits, 2023/06/14
- 45/84: hurd: Support system init in /libexec/runsystem., guix-commits, 2023/06/14
- 77/84: gnu: pango: Support build for the Hurd., guix-commits, 2023/06/14
- 68/84: gnu: zstd: Skip tests when building for the Hurd., guix-commits, 2023/06/14
- 66/84: gnu: tcsh: Skip substitution tests for the Hurd., guix-commits, 2023/06/14
- 14/84: gnu: Add libpciaccess-0.17., guix-commits, 2023/06/14