Bugzilla – Attachment 63319 Details for
Bug 50682
On MacOS X 10.7, 'import uno' crashes in the LibreOffice-provided Python
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Skip setting DYLD_LIBRARY_PATH on Lion
no_dyld_library_path_on_lion.patch (text/plain), 628 bytes, created by
Loic Nageleisen
on 2012-06-21 11:51:34 UTC
(
hide
)
Description:
Skip setting DYLD_LIBRARY_PATH on Lion
Filename:
MIME Type:
Creator:
Loic Nageleisen
Created:
2012-06-21 11:51:34 UTC
Size:
628 bytes
patch
obsolete
>--- python.orig 2012-06-21 20:46:58.000000000 +0200 >+++ python 2012-06-21 20:47:26.000000000 +0200 >@@ -44,8 +44,10 @@ > export PATH > > # Set DYLD_LIBRARY_PATH so that "import pyuno" finds libpyuno.so: >-DYLD_LIBRARY_PATH=$sd_prog:$sd_prog/../ure-link/lib${DYLD_LIBRARY_PATH:+:$DYLD_LIBRARY_PATH} >-export DYLD_LIBRARY_PATH >+if perl -e '`uname -s -r` =~ /Darwin 11\.\d+\.\d+/ and exit 1'; then >+ DYLD_LIBRARY_PATH=$sd_prog:$sd_prog/../ure-link/lib${DYLD_LIBRARY_PATH:+:$DYLD_LIBRARY_PATH} >+ export DYLD_LIBRARY_PATH >+fi > > # Set UNO_PATH so that "officehelper.bootstrap()" can find soffice executable: > : ${UNO_PATH=$sd_prog}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 50682
:
62516
| 63319