d135da184a
https://bugzilla.mozilla.org/show_bug.cgi?id=546162 https://bugzilla.mozilla.org/show_bug.cgi?id=589754 https://bugzilla.mozilla.org/show_bug.cgi?id=648721 https://bugzilla.mozilla.org/show_bug.cgi?id=650742 https://bugzilla.mozilla.org/show_bug.cgi?id=650749 Add patch for https://bugzilla.mozilla.org/show_bug.cgi?id=633193
14 lines
553 B
Plaintext
14 lines
553 B
Plaintext
$OpenBSD: patch-xpcom_base_nsStackWalk_cpp,v 1.4 2011/04/19 09:16:33 landry Exp $
|
|
OBSD specific patch
|
|
--- xpcom/base/nsStackWalk.cpp.orig Wed Dec 15 02:03:41 2010
|
|
+++ xpcom/base/nsStackWalk.cpp Wed Dec 22 22:33:05 2010
|
|
@@ -1236,7 +1236,7 @@ myinit()
|
|
if (! initialized) {
|
|
#ifndef __GNUC__
|
|
void *handle;
|
|
- const char *libdem = "libdemangle.so.1";
|
|
+ const char *libdem = "libdemangle.so";
|
|
|
|
/* load libdemangle if we can and need to (only try this once) */
|
|
if ((handle = dlopen(libdem, RTLD_LAZY)) != NULL) {
|