22 lines
789 B
Plaintext
22 lines
789 B
Plaintext
$OpenBSD: patch-xpcom_base_nsStackWalk_cpp,v 1.2 2009/07/21 19:43:05 martynas Exp $
|
|
--- xpcom/base/nsStackWalk.cpp.orig Wed Jul 15 18:36:06 2009
|
|
+++ xpcom/base/nsStackWalk.cpp Tue Jul 21 21:15:09 2009
|
|
@@ -1124,7 +1124,7 @@ NS_FormatCodeAddressDetails(void *aPC, const nsCodeAdd
|
|
#define __USE_GNU
|
|
#endif
|
|
|
|
-#if defined(HAVE_LIBDL) || defined(XP_MACOSX)
|
|
+#if defined(HAVE_LIBDL) || defined(XP_MACOSX) || defined(__OpenBSD__)
|
|
#include <dlfcn.h>
|
|
#endif
|
|
|
|
@@ -1223,7 +1223,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) {
|