[PATCH] gnu: vim: Fix test_signals test.

  • Done
  • quality assurance status badge
Details
2 participants
  • John Doe
  • 宋文武
Owner
unassigned
Submitted by
John Doe
Severity
normal

Debbugs page

John Doe wrote 4 years ago
(address . guix-patches@gnu.org)(name . John Doe)(address . dftxbs3e@free.fr)
20201228202415.5467-1-dftxbs3e@free.fr
* gnu/packages/vim.scm (vim)[arguments]: Add "CFLAGS=-D_REENTRANT" to
#:make-flags.
---
gnu/packages/vim.scm | 2 ++
1 file changed, 2 insertions(+)

Toggle diff (15 lines)
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
宋文武 wrote 4 years ago
(name . John Doe)(address . dftxbs3e@free.fr)(address . 45513-done@debbugs.gnu.org)
OSZP286MB0664339DDCF8E6256CFE1072A38C9@OSZP286MB0664.JPNP286.PROD.OUTLOOK.COM
John Doe <dftxbs3e@free.fr> writes:

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

Done, thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45513@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45513
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help