Add credit to Fink for the diagnosis and suggested fix.
This commit is contained in:
parent
2ae7daa012
commit
4bbd144542
2 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.37 2015/01/26 12:30:30 jperkin Exp $
|
||||
$NetBSD: distinfo,v 1.38 2015/01/26 12:41:53 jperkin Exp $
|
||||
|
||||
SHA1 (tar-1.28.tar.bz2) = 668ea52014ef7e70afc4ff7324410ee32f2970ef
|
||||
RMD160 (tar-1.28.tar.bz2) = a2edf2a854fa9a7bc7383638038a7465ae8bba51
|
||||
|
@ -8,4 +8,4 @@ SHA1 (patch-configure) = 9d3b26ab03c8a0a30c3dbfbdeadae4d14b7fd8dc
|
|||
SHA1 (patch-gnu_readlinkat.c) = b1ddbf5159db92df9186354f27db5c9cb93b9afa
|
||||
SHA1 (patch-lib_xattr-at.c) = c69631c118558c0c056feb5b55188b2b4c92cc19
|
||||
SHA1 (patch-src_Makefile.in) = 2e6c93b00f4c291a68884663968625e784103c3b
|
||||
SHA1 (patch-src_system.c) = 59f74fa831de8fc6cdd64808660d2ec2d76bcf90
|
||||
SHA1 (patch-src_system.c) = cd9f7358fa93ed0ba4a1b3fffdae5d7f84ef4791
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
$NetBSD: patch-src_system.c,v 1.1 2015/01/26 12:30:30 jperkin Exp $
|
||||
$NetBSD: patch-src_system.c,v 1.2 2015/01/26 12:41:53 jperkin Exp $
|
||||
|
||||
Do not call into gettext which may not be async-signal-safe in between fork
|
||||
and exec. Fixes crashes on OSX when LC_ALL is unset.
|
||||
|
||||
Thanks to http://article.gmane.org/gmane.os.macosx.fink.devel/21882 for the
|
||||
diagnosis and fix.
|
||||
|
||||
--- src/system.c.orig 2014-02-25 22:26:02.000000000 +0000
|
||||
+++ src/system.c
|
||||
@@ -344,7 +344,7 @@ sys_child_open_for_compress (void)
|
||||
|
|
Loading…
Reference in a new issue