unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45513] [PATCH] gnu: vim: Fix test_signals test.
@ 2020-12-28 20:24 John Doe
  2021-02-11  9:21 ` bug#45513: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: John Doe @ 2020-12-28 20:24 UTC (permalink / raw)
  To: 45513; +Cc: John Doe

* gnu/packages/vim.scm (vim)[arguments]: Add "CFLAGS=-D_REENTRANT" to
  #:make-flags.
---
 gnu/packages/vim.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index da4404e23c..18b2725a60 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -84,6 +84,8 @@
     (arguments
      `(#:test-target "test"
        #:parallel-tests? #f
+       ;; Fix test_signals.vim. https://github.com/vim/vim/issues/7402
+       #:make-flags (list "CFLAGS=-D_REENTRANT")
        #:phases
        (modify-phases %standard-phases
          (add-after 'configure 'patch-absolute-paths
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45513: [PATCH] gnu: vim: Fix test_signals test.
  2020-12-28 20:24 [bug#45513] [PATCH] gnu: vim: Fix test_signals test John Doe
@ 2021-02-11  9:21 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2021-02-11  9:21 UTC (permalink / raw)
  To: John Doe; +Cc: 45513-done

John Doe <dftxbs3e@free.fr> writes:

> * gnu/packages/vim.scm (vim)[arguments]: Add "CFLAGS=-D_REENTRANT" to
>   #:make-flags.

Done, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-11  9:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 20:24 [bug#45513] [PATCH] gnu: vim: Fix test_signals test John Doe
2021-02-11  9:21 ` bug#45513: " 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).