guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: xnee: Build with '-fcommon'.


From: guix-commits
Subject: 01/04: gnu: xnee: Build with '-fcommon'.
Date: Mon, 6 Dec 2021 05:50:50 -0500 (EST)

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

commit 3686780f31d46bc4c6ce95ec8d11930ea8876f26
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Dec 6 10:01:15 2021 +0100

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

diff --git a/gnu/packages/xnee.scm b/gnu/packages/xnee.scm
index 5cd20cb..d01981e 100644
--- a/gnu/packages/xnee.scm
+++ b/gnu/packages/xnee.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2013, 2021 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -38,6 +38,8 @@
               (base32
                "04n2lac0vgpv8zsn7nmb50hf3qb56pmj90dmwnivg09gyrf1x92j"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("CFLAGS=-O2 -g -fcommon")))
     (inputs
      `(("gtk+" ,gtk+-2)
        ("libx11" ,libx11)



reply via email to

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