summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/makefile.mk
diff options
context:
space:
mode:
authorHanno Meyer-Thurow <h.mth@web.de>2011-03-13 16:07:50 +0100
committerHanno Meyer-Thurow <h.mth@web.de>2011-03-14 18:47:10 +0100
commitff33fd9d5d5be99bebe6ab34da333fd641af3ed6 (patch)
tree28398fdaee71c556fce4e450b5af933f46cd3f6e /scp2/source/ooo/makefile.mk
parent66f1625c2f714cf979365a731d9b05be04127187 (diff)
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)
Diffstat (limited to 'scp2/source/ooo/makefile.mk')
-rw-r--r--scp2/source/ooo/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk
index b2dec77bac55..fc3034c8b2ab 100644
--- a/scp2/source/ooo/makefile.mk
+++ b/scp2/source/ooo/makefile.mk
@@ -232,9 +232,13 @@ SCPDEFS+=-DENABLE_VBA
SCPDEFS+=-DDISABLE_ATL
.ENDIF
+.IF "$(DISABLE_PYTHON)" == "TRUE"
+SCPDEFS+=-DDISABLE_PYUNO
+.ELSE
.IF "$(SYSTEM_PYTHON)" == "YES"
SCPDEFS+=-DSYSTEM_PYTHON
.ENDIF
+.ENDIF
.IF "$(SYSTEM_LIBTEXTCAT)" == "YES"
SCPDEFS+=-DSYSTEM_LIBTEXTCAT