[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/63: Revert "gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override."
From: |
guix-commits |
Subject: |
58/63: Revert "gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override." |
Date: |
Thu, 12 Dec 2024 05:29:15 -0500 (EST) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit 5ca010bfaa2c24e30ce0d7e1baf8dba9d163742a
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 11 10:54:31 2024 +0100
Revert "gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override."
We should probably include this patch set, but no rust world rebuild for me
right now!
This reverts commit 8f9a79baa503b1dd138913a5e20d1a4b95328db1.
Change-Id: I0c3ff3ab1516c195fbf0c12ab490397a55a379dc
---
gnu/packages/firmware.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 632d229485..4b8066c545 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -117,6 +117,7 @@
#:tests? #f
#:configure-flags
#~'("-DCMAKE_C_FLAGS=-Wno-error=implicit-function-declaration"
+ "-DCMAKE_SYSTEM_NAME=Generic" ;override default value
"-DTARGET_MAGPIE=ON")
#:phases
#~(modify-phases %standard-phases
@@ -145,7 +146,8 @@
(substitute-keyword-arguments
(package-arguments ath9k-htc-ar7010-firmware)
((#:configure-flags flags)
- #~'("-DCMAKE_C_FLAGS=-Wno-error=implicit-function-declaration"
+ #~'("-DCMAKE_SYSTEM_NAME=Generic" ;override default value
+ "-DCMAKE_C_FLAGS=-Wno-error=implicit-function-declaration"
"-DTARGET_K2=ON"))))
(synopsis "Firmware for the Atheros AR9271 USB 802.11n NICs")
(description
- 12/63: gnu: automake: Update to 1.17; fixes build with gcc-14., (continued)
- 12/63: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2024/12/12
- 18/63: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/12
- 23/63: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 25/63: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/12
- 29/63: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/12
- 31/63: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/12
- 36/63: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/12
- 43/63: gnu: openldap: Update to 2.6.9; fixes build with gcc-14., guix-commits, 2024/12/12
- 49/63: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/12
- 55/63: gnu: %bootstrap-glibc: Fix linking on armhf-linux., guix-commits, 2024/12/12
- 58/63: Revert "gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override.",
guix-commits <=
- 62/63: REMOVEME gnu: commencement: static-bash-for-glibc: Avoid rebuild., guix-commits, 2024/12/12
- 60/63: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14., guix-commits, 2024/12/12
- 61/63: REMOVEME gnu: commencement: bash-mesboot: Avoid rebuild., guix-commits, 2024/12/12
- 24/63: gnu: xmlto: Fix build with gcc-14., guix-commits, 2024/12/12
- 45/63: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/12
- 44/63: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/12
- 47/63: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2024/12/12
- 52/63: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/12
- 53/63: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 56/63: guix: build-system: cmake: Rework cross compilation., guix-commits, 2024/12/12