gnu: aumix: Build with '-fcommon'.

* gnu/packages/linux.scm (aumix)[arguments]: New field.
This commit is contained in:
Ludovic Courtès 2021-10-17 00:34:27 +02:00
parent 258bbc4fdc
commit 618ffc0ad5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3206,6 +3206,9 @@ (define-public aumix
(base32 (base32
"0a8fwyxnc5qdxff8sl2sfsbnvgh6pkij4yafiln0fxgg6bal7knj")))) "0a8fwyxnc5qdxff8sl2sfsbnvgh6pkij4yafiln0fxgg6bal7knj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments
;; Allow compilation with GCC 10.
'(#:configure-flags '("CFLAGS=-O2 -g -fcommon")))
(inputs `(("ncurses" ,ncurses))) (inputs `(("ncurses" ,ncurses)))
(home-page "http://www.jpj.net/~trevor/aumix.html") (home-page "http://www.jpj.net/~trevor/aumix.html")
(synopsis "Audio mixer for X and the console") (synopsis "Audio mixer for X and the console")