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:
commit
cf308e07c7
@ -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>
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user