all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31352] [PATCH] build dynamic libraries for libsigsegv
@ 2018-05-02 13:59 Weldon Goree
  2018-05-03 14:52 ` [bug#31352] While I'm here, lint suggests updating to 2.12 Weldon Goree
  2018-05-06 22:14 ` bug#31352: [PATCH] build dynamic libraries for libsigsegv Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Weldon Goree @ 2018-05-02 13:59 UTC (permalink / raw)
  To: 31352

[-- Attachment #1: Type: text/plain, Size: 52 bytes --]

This is keeping smalltalk from building currently.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-make-sigsegv-dynamic.patch --]
[-- Type: text/x-patch, Size: 1009 bytes --]

From d906250e0ac14120a2f8bce52cb5e85f3442b160 Mon Sep 17 00:00:00 2001
From: Weldon Goree <weldon@b.rontosaur.us>
Date: Wed, 2 May 2018 09:31:55 -0400
Subject: [PATCH] make sigsegv dynamic

---
 gnu/packages/libsigsegv.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libsigsegv.scm b/gnu/packages/libsigsegv.scm
index 2a4481982..f0272529f 100644
--- a/gnu/packages/libsigsegv.scm
+++ b/gnu/packages/libsigsegv.scm
@@ -50,8 +50,9 @@
                        (lambda _
                          (substitute* "src/fault-linux-mips-old.h"
                            (("#include <asm/sigcontext\\.h>") ""))
-                         #t))))
-        '()))
+                         #t)))
+          #:configure-flags '("--enable-shared"))
+        `(#:configure-flags '("--enable-shared"))))
    (description
     "GNU libsigsegv is a library to handle page faults, which occur when a
 program tries to access an unavailable region of memory, in user mode.  By
-- 
2.17.0


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

end of thread, other threads:[~2018-05-07 16:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-02 13:59 [bug#31352] [PATCH] build dynamic libraries for libsigsegv Weldon Goree
2018-05-03 14:52 ` [bug#31352] While I'm here, lint suggests updating to 2.12 Weldon Goree
2018-05-07 16:40   ` Ludovic Courtès
2018-05-06 22:14 ` bug#31352: [PATCH] build dynamic libraries for libsigsegv Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.