unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Weldon Goree <weldon@b.rontosaur.us>
To: 31352@debbugs.gnu.org
Subject: [bug#31352] [PATCH] build dynamic libraries for libsigsegv
Date: Wed, 02 May 2018 09:59:15 -0400	[thread overview]
Message-ID: <87in86gnv0.fsf@b.rontosaur.us> (raw)

[-- 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


             reply	other threads:[~2018-05-03  1:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-02 13:59 Weldon Goree [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87in86gnv0.fsf@b.rontosaur.us \
    --to=weldon@b.rontosaur.us \
    --cc=31352@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).