mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: aumix: Build with '-fcommon'.
* gnu/packages/linux.scm (aumix)[arguments]: New field.
This commit is contained in:
parent
258bbc4fdc
commit
618ffc0ad5
1 changed files with 3 additions and 0 deletions
|
@ -3206,6 +3206,9 @@ (define-public aumix
|
|||
(base32
|
||||
"0a8fwyxnc5qdxff8sl2sfsbnvgh6pkij4yafiln0fxgg6bal7knj"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; Allow compilation with GCC 10.
|
||||
'(#:configure-flags '("CFLAGS=-O2 -g -fcommon")))
|
||||
(inputs `(("ncurses" ,ncurses)))
|
||||
(home-page "http://www.jpj.net/~trevor/aumix.html")
|
||||
(synopsis "Audio mixer for X and the console")
|
||||
|
|
Loading…
Reference in a new issue