Accepting request 640053 from Java:packages

Another attempt to fix jdk11 i586 build

OBS-URL: https://build.opensuse.org/request/show/640053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ws-jaxme?expand=0&rev=20
This commit is contained in:
Dominique Leuenberger 2018-10-11 09:43:50 +00:00 committed by Git OBS Bridge
commit cf308e07c7
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 5 10:08:58 UTC 2018 - Fridrich Strba <fstrba@suse.com>
- Fix for a build breakages on i586 with jdk11
* Working around a possible race condition
* Allows building with jdk11
-------------------------------------------------------------------
Fri Sep 28 11:57:35 UTC 2018 - Fridrich Strba <fstrba@suse.com>

View File

@ -47,7 +47,6 @@ BuildRequires: xerces-j2
BuildRequires: xml-commons-apis
BuildRequires: xml-commons-resolver
BuildRequires: xmldb-api
BuildConflicts: java-devel >= 11
BuildArch: noarch
%description
@ -124,7 +123,7 @@ export CLASSPATH=$(build-classpath \
xml-commons-apis \
xml-commons-resolver \
junit)
ant all Docs.all \
ant Docs.all \
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
-Dbuild.sysclasspath=first \
-Ddocbook.home=%{_datadir}/xml/docbook \