50292f6463
- Version bump to 4.2.0rc for testing purposes - Update the spec file to be only one building everything - Cleanup of spec with removal of old cruft here and there - Remove bundled libs always demand the system versions - Remove bundled tarballs that are no longer used - Removed patches no longer usable: * fix-collision.patch * zip-3.0-add_options_to_help.patch * zip-3.0-iso8859_2.patch * zip-3.0-nonexec-stack.patch * zip-3.0-optflags.patch * zip-3.0-tempfile.patch * zip-notimestamp.patch * solenv-touch-no-dereference.diff * split-help-buildhack-no-vcl.diff * system-poppler-0.12.3.diff * scripting-prefer-internal-rhino.diff * build-help-common.diff - Refreshed patches: * office-cfg-linux-common-template-dir.diff * officecfg-help-in-usr-share.diff * solenv-java-source-version.diff * wizards-create-temlates-with-python-2.6.diff - To be fixed: * split-icons-search-usr-share.diff - Obsoleted specs: * libreoffice-help-en-US.spec * libreoffice-help-group1.spec OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=60
13 lines
680 B
Diff
13 lines
680 B
Diff
diff -urN libreoffice-4.2.0.1.old/solenv/gbuild/JavaClassSet.mk libreoffice-4.2.0.1/solenv/gbuild/JavaClassSet.mk
|
|
--- libreoffice-4.2.0.1.old/solenv/gbuild/JavaClassSet.mk 2014-01-01 13:44:24.824887549 +0000
|
|
+++ libreoffice-4.2.0.1/solenv/gbuild/JavaClassSet.mk 2014-01-01 13:47:08.727872354 +0000
|
|
@@ -40,6 +40,8 @@
|
|
$(if $(3),$(gb_JavaClassSet_JAVACCOMMAND) \
|
|
$(gb_JavaClassSet_JAVACDEBUG) \
|
|
$(gb_JavaClassSet_XBOOTCLASSPATH) \
|
|
+ -source $(JAVA_SOURCE_VER) \
|
|
+ -target $(JAVA_TARGET_VER) \
|
|
-Xbootclasspath/p:$(XBOOT_CP_P) \
|
|
-classpath "$(T_CP)$(gb_CLASSPATHSEP)$(call gb_JavaClassSet_get_classdir,$(2))" \
|
|
-d $(call gb_JavaClassSet_get_classdir,$(2)) \
|