Kaydet (Commit) 19a19d52 authored tarafından Petr Mladek's avatar Petr Mladek

find the internal libpython (fdo#31764)

libpython2.6.so symlink was not created, so pyuno was not able to find the
internal libpython2.6.so.1.0
üst 609849db
...@@ -130,6 +130,14 @@ File gid_File_Lib_Python_So ...@@ -130,6 +130,14 @@ File gid_File_Lib_Python_So
Name = STRING(PY_FULL_DLL_NAME); Name = STRING(PY_FULL_DLL_NAME);
Styles = (PACKED); Styles = (PACKED);
End End
#ifdef UNX
Shortcut gid_Shortcut_Lib_Python_So
FileID = gid_File_Lib_Python_So;
Dir = gid_Dir_Program;
Name = STRING(CONCAT3(libpython,PYMAJMIN,UNXSUFFIX));
Styles = (NETWORK,RELATIVE);
End
#endif //UNX
#else //MACOSX #else //MACOSX
//directory entries solely to be able to create the symlinks //directory entries solely to be able to create the symlinks
Directory gid_Dir_PythonFramework Directory gid_Dir_PythonFramework
......
...@@ -32,7 +32,7 @@ Module gid_Module_Optional_Pyuno ...@@ -32,7 +32,7 @@ Module gid_Module_Optional_Pyuno
MOD_NAME_DESC ( MODULE_OPTIONAL_PYTHON ); MOD_NAME_DESC ( MODULE_OPTIONAL_PYTHON );
ParentID = gid_Module_Optional; ParentID = gid_Module_Optional;
Sortkey = "750"; Sortkey = "750";
Files = (gid_File_Pyuno,gid_File_Lib_Pyuno,gid_File_Lib_Pythonloader,gid_File_Py_Unohelper,gid_File_Py_Officehelper,gid_File_Py_Uno,gid_File_Py_Pythonloader,gid_File_Py_Python_Core,gid_File_Py_Python_Bin,gid_File_Lib_Python_So, gid_File_Lib_Python_So_Brand,gid_File_Scripts_Python,gid_File_Share_Registry_Pyuno_Xcd); Files = (gid_File_Pyuno,gid_File_Lib_Pyuno,gid_File_Lib_Pythonloader,gid_File_Py_Unohelper,gid_File_Py_Officehelper,gid_File_Py_Uno,gid_File_Py_Pythonloader,gid_File_Py_Python_Core,gid_File_Py_Python_Bin,gid_File_Lib_Python_So,gid_Shortcut_Lib_Python_So,gid_File_Lib_Python_So_Brand,gid_File_Scripts_Python,gid_File_Share_Registry_Pyuno_Xcd);
Minimal = NO; Minimal = NO;
Default = YES; Default = YES;
Styles = ( ); Styles = ( );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment