GNU bug report logs -
#52932
[PATCH] gnu: uim: Build with '-O2'.
Previous Next
Reported by: 路辉 <luhux76 <at> gmail.com>
Date: Sat, 1 Jan 2022 17:47:02 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 2 Jan 2022 12:43:42 -0500
with message-id <YdHkThzux4wZx1kc <at> jasmine.lan>
and subject line Re: [bug#52932] [PATCH] gnu: uim: Build with '-O2'.
has caused the debbugs.gnu.org bug report #52932,
regarding [PATCH] gnu: uim: Build with '-O2'.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
52932: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52932
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/xorg.scm (uim) [arguments]: Pass "-O2 -g".
---
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 b09d95f770..fa747ebac4 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -32,6 +32,7 @@
;;; Copyright © 2021 Matthew James Kraai <kraai <at> ftbfs.org>
;;; Copyright © 2021 Maxime Devos <maximedevos <at> telenet.be>
;;; Copyright © 2021 qblade <qblade <at> protonmail.com>
+;;; Copyright © 2021 Lu Hui <luhux76 <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6446,7 +6447,8 @@ (define-public uim
(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
--
2.34.0
[Message part 3 (message/rfc822, inline)]
On Sun, Jan 02, 2022 at 10:19:07PM +0800, 路辉 wrote:
> New patch v
> From 7cf15ce69ac9a46a8d0d05891d84c17c59ba73c6 Mon Sep 17 00:00:00 2001
> From: Lu Hui <luhux76 <at> gmail.com>
> Date: Sat, 1 Jan 2022 15:53:22 +0800
> Subject: [PATCH] gnu: uim: Build with '-O2 -g -fcommon'.
>
> * gnu/packages/xorg.scm (uim) [arguments]: Pass "-O2 -g -fcommon".
Thanks! Pushed as b2ed92ec58ea122e96b2f2b00f43af254b305c75
This bug report was last modified 3 years and 201 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.