guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: aumix: Build with '-fcommon'.


From: guix-commits
Subject: 01/02: gnu: aumix: Build with '-fcommon'.
Date: Sun, 17 Oct 2021 18:42:02 -0400 (EDT)

civodul pushed a commit to branch core-updates-frozen
in repository guix.

commit 618ffc0ad52ae0f8a467561d16d6aab05739fca0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Oct 17 00:34:27 2021 +0200

    gnu: aumix: Build with '-fcommon'.
    
    * gnu/packages/linux.scm (aumix)[arguments]: New field.
---
 gnu/packages/linux.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9254b31..bcb3232 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3206,6 +3206,9 @@ settings.")
                (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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]