mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: wolf-shaper: Fix building on more architectures.
* gnu/packages/music.scm (wolf-shaper)[arguments]: Add make-flag to disable optimizations. Change-Id: I2976d1769324765df3f0aa8b636f528526bdfd78
This commit is contained in:
parent
5a69a52d74
commit
f4c954e314
1 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
;;; Copyright © 2015-2024 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
|
||||
;;; Copyright © 2016 Al McElrath <hello@yrns.org>
|
||||
;;; Copyright © 2016, 2017, 2019, 2021-2023 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016, 2017, 2019, 2021-2024 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2016, 2018, 2021 Leo Famulari <leo@famulari.name>
|
||||
;;; Copyright © 2016, 2017, 2019 Kei Kebreau <kkebreau@posteo.net>
|
||||
;;; Copyright © 2016 John J. Foerch <jjfoerch@earthlink.net>
|
||||
|
@ -7297,7 +7297,8 @@ (define-public wolf-shaper
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
#:make-flags (list "CC=gcc")
|
||||
#:make-flags (list "CC=gcc"
|
||||
"NOOPT=true")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure) ;no configure target
|
||||
|
|
Loading…
Reference in a new issue