Merge Gentoo patches from old build and downstream repositories.

1. Do not add compiler default include and library path: potentially build
   against different version of system library than requested by the user.
2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is
   available for more than two years. Noone cares, therefore rest in peace.
   Python2 is going to be ditched at some point. Simply do not fail then.
   Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it
   handled nowadays?
3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip
4. Add a configure option to search only in one place for JVMs, which is quite
   interesting for Linux Distributions. Enforce the user to place JVMs in one
   base directory.
5. Fix build for libxml-2.7.8 with ICU support.

* config_office-XINC-XLIB-defaults.diff: (1)
* disable-python.diff: (2)
* gentoo-sandbox.diff: (3)
* jvm-search-path.diff: (4)
* libxmlsec_fix_extern_c.diff: (5)
This commit is contained in:
Hanno Meyer-Thurow
2011-03-13 16:07:50 +01:00
parent 66f1625c2f
commit ff33fd9d5d
10 changed files with 77 additions and 3 deletions

View File

@@ -27,6 +27,8 @@
#include "macros.inc"
#ifndef DISABLE_PYUNO
Module gid_Module_Optional_Pyuno
PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC ( MODULE_OPTIONAL_PYTHON );
@@ -37,3 +39,5 @@ Module gid_Module_Optional_Pyuno
Default = YES;
Styles = ( );
End
#endif