mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override.
* gnu/packages/firmware.scm (ath9k-htc-ar7010-firmware)[arguments]: Remove CMAKE_SYSTEM_NAME from #:configure-flag. (ath9k-htc-ar9271-firmware)[arguments]: Same. Signed-off-by: Janneke Nieuwenhuizen <janneke@gnu.org> Change-Id: I87acb0aa781d104be511b1f368d9332c61d71627
This commit is contained in:
parent
235f8c1608
commit
c731443ea2
1 changed files with 1 additions and 3 deletions
|
@ -119,7 +119,6 @@ (define-public ath9k-htc-ar7010-firmware
|
|||
#: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
|
||||
|
@ -148,8 +147,7 @@ (define-public ath9k-htc-ar9271-firmware
|
|||
(substitute-keyword-arguments
|
||||
(package-arguments ath9k-htc-ar7010-firmware)
|
||||
((#:configure-flags flags)
|
||||
#~'("-DCMAKE_SYSTEM_NAME=Generic" ;override default value
|
||||
"-DCMAKE_C_FLAGS=-Wno-error=implicit-function-declaration"
|
||||
#~'("-DCMAKE_C_FLAGS=-Wno-error=implicit-function-declaration"
|
||||
"-DTARGET_K2=ON"))))
|
||||
(synopsis "Firmware for the Atheros AR9271 USB 802.11n NICs")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue