[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63206] [PATCH v2] gnu: gnushogi: Fix build.
From: |
gemmaro |
Subject: |
[bug#63206] [PATCH v2] gnu: gnushogi: Fix build. |
Date: |
Thu, 4 May 2023 18:01:23 +0900 |
* gnu/packages/games.scm (gnushogi): Set linker flag to build program.
---
gnu/packages/games.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 4fb9775e8df..b53ebf3e773 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -76,6 +76,7 @@
;;; Copyright © 2022 Hendursaga <hendursaga@aol.com>
;;; Copyright © 2022 Parnikkapore <poomklao@yahoo.com>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2023,7 +2024,8 @@ (define-public gnushogi
(sha256
(base32
"0a9bsl2nbnb138lq0h14jfc5xvz7hpb2bcsj4mjn6g1hcsl4ik0y"))))
- (arguments `(#:tests? #f)) ;; No check target.
+ (arguments `(#:make-flags '("LDFLAGS=-z muldefs")
+ #:tests? #f)) ;; No check target.
(build-system gnu-build-system)
(home-page "https://www.gnu.org/software/gnushogi/")
(synopsis "The game of Shogi (Japanese chess)")
base-commit: 7a0a186a32524d4156bf96786d708fab323cebff
--
2.39.2