mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override.
* gnu/packages/firmware.scm (ath9k-htc-ar7010-firmware)[#:configure-flags]: Remove CMAKE_SYSTEM_NAME. (ath9k-htc-ar9271-firmware)[#:configure-flags]: Same. Change-Id: I87acb0aa781d104be511b1f368d9332c61d71627 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
ad672d80d7
commit
d804997897
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