projects
/
thunderbird.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84cfc8d
)
Load-dependent-libraries-with-their-real-path-to-avo
author
Christoph Goehre
<chris@sigxcpu.org>
Mon, 16 Sep 2013 18:40:57 +0000
(20:40 +0200)
committer
Carsten Schoenert
<c.schoenert@t-online.de>
Tue, 5 May 2020 18:47:29 +0000
(19:47 +0100)
Gbp-Pq: Topic fixes
Gbp-Pq: Name Load-dependent-libraries-with-their-real-path-to-avo.patch
xpcom/glue/standalone/nsXPCOMGlue.cpp
patch
|
blob
|
history
diff --git
a/xpcom/glue/standalone/nsXPCOMGlue.cpp
b/xpcom/glue/standalone/nsXPCOMGlue.cpp
index ffb3d9c7fddc63092305e6bd64375c7c3eb26505..77ead8d3774bbb7406f114d21546421fd43a1786 100644
(file)
--- a/
xpcom/glue/standalone/nsXPCOMGlue.cpp
+++ b/
xpcom/glue/standalone/nsXPCOMGlue.cpp
@@
-133,6
+133,9
@@
static bool ReadDependentCB(pathstr_t aDependentLib,
ReadAheadLib(aDependentLib);
}
#endif
+ char lib[MAXPATHLEN];
+ if (realpath(aDependentLib, lib))
+ aDependentLib = lib;
LibHandleType libHandle = GetLibHandle(aDependentLib);
if (libHandle) {
AppendDependentLib(libHandle);