[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
145/216: gnu: vpnc-scripts: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
145/216: gnu: vpnc-scripts: Fix build with gcc-14. |
Date: |
Sat, 4 Jan 2025 07:27:32 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 58e513bc99e9d65c222735b80b42b208211670fb
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Jan 2 14:28:33 2025 +0100
gnu: vpnc-scripts: Fix build with gcc-14.
* gnu/packages/vpn.scm (vpnc-scripts)[arguments]: In phase "build", relax
gcc-14's strictness.
Change-Id: I993326cfd1ed11ad8efaefdd9ca527e67f78c42b
---
gnu/packages/vpn.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index 0b62e8c7cf..92b86e681b 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -24,6 +24,7 @@
;;; Copyright © 2022 Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
;;; Copyright © 2022 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2024 Allan Adair <allan@adair.no>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -669,7 +670,9 @@ Only \"Universal TUN/TAP device driver support\" is needed
in the kernel.")
(delete 'configure) ; no configure script
(replace 'build
(lambda _
- (invoke "gcc" "-o" "netunshare" "netunshare.c")))
+ (invoke "gcc" "-g" "-O2"
+ "-Wno-error=implicit-function-declaration"
+ "-o" "netunshare" "netunshare.c")))
(replace 'install
;; There is no Makefile; manually install the relevant files.
(lambda* (#:key outputs #:allow-other-keys)
- 119/216: gnu: libgtop: Update to 2.41.3; fixes build with gcc-14., (continued)
- 119/216: gnu: libgtop: Update to 2.41.3; fixes build with gcc-14., guix-commits, 2025/01/04
- 126/216: gnu: python: Use G-Expressions., guix-commits, 2025/01/04
- 113/216: gnu: cryptsetup-static: Update to latest json-c (0.18)., guix-commits, 2025/01/04
- 115/216: gnu: efivar: Update to 39; fixes build with gcc-14., guix-commits, 2025/01/04
- 125/216: gnu: orbit2: Fix build with gcc-14., guix-commits, 2025/01/04
- 118/216: gnu: efivar: Fix build on i686-linux with gcc-14., guix-commits, 2025/01/04
- 132/216: gnu: pangox-compat: Fix build with gcc-14., guix-commits, 2025/01/04
- 135/216: gnu: icu4c: Disable some tests for x86-32., guix-commits, 2025/01/04
- 138/216: gnu: mpdscribble: Update to 0.25; fixes build with gcc-14., guix-commits, 2025/01/04
- 140/216: gnu: zxing-cpp: Fix build with gcc-14., guix-commits, 2025/01/04
- 145/216: gnu: vpnc-scripts: Fix build with gcc-14.,
guix-commits <=
- 146/216: gnu: discount: Update to 2.2.7d and fix build with gcc-14., guix-commits, 2025/01/04
- 144/216: gnu: texlive-bin: Fix build with gcc-14., guix-commits, 2025/01/04
- 152/216: gnu: freeipmi: Fix build with gcc-14., guix-commits, 2025/01/04
- 153/216: gnu: rrdtool: Update to 1.9.0; fixes build with gcc-14., guix-commits, 2025/01/04
- 155/216: gnu: doc++: Fix build with gcc-14., guix-commits, 2025/01/04
- 162/216: gnu: cura-engine: Fix build with gcc-14., guix-commits, 2025/01/04
- 158/216: gnu: libjxr: Fix build with gcc-14., guix-commits, 2025/01/04
- 165/216: gnu: mpark-variant: Build with gcc-14; fixes build., guix-commits, 2025/01/04
- 172/216: gnu: r-rcppparallel: Fix build with gcc-14., guix-commits, 2025/01/04
- 177/216: gnu: gf2x: Fix build with gcc-14., guix-commits, 2025/01/04