guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: uim: Fix build with GCC 10.


From: guix-commits
Subject: branch master updated: gnu: uim: Fix build with GCC 10.
Date: Sun, 02 Jan 2022 12:43:31 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b2ed92ec58 gnu: uim: Fix build with GCC 10.
b2ed92ec58 is described below

commit b2ed92ec58ea122e96b2f2b00f43af254b305c75
Author: Lu Hui <luhux76@gmail.com>
AuthorDate: Sat Jan 1 15:53:22 2022 +0800

    gnu: uim: Fix build with GCC 10.
    
    * gnu/packages/xorg.scm (uim)[arguments]: Pass "-O2 -g -fcommon"
    to #:configure-flags.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/xorg.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index fcaae30664..9ebad82351 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 ;;; Copyright © 2021 qblade <qblade@protonmail.com>
+;;; Copyright © 2021 Lu Hui <luhux76@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6467,7 +6468,8 @@ X11 servers, Windows, or macOS.")
        (list "--with-anthy-utf8"
              (string-append "--with-lispdir=" %output "/share/emacs")
              ;; Set proper runpath
-             (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib"))
+             (string-append "LDFLAGS=-Wl,-rpath=" %output "/lib")
+             "CFLAGS=-O2 -g -fcommon")
        #:phases
        (modify-phases %standard-phases
          ;; Set path of uim-el-agent and uim-el-helper-agent executables



reply via email to

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