Accepting request 523519 from X11:XOrg
1 OBS-URL: https://build.opensuse.org/request/show/523519 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tigervnc?expand=0&rev=44
This commit is contained in:
commit
08522189eb
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 14:12:30 UTC 2017 - fstrba@suse.com
|
||||
|
||||
- Specify java source and target level 1.6 in order to be able to
|
||||
build with jdk9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 08:59:54 UTC 2017 - msrb@suse.com
|
||||
|
||||
|
@ -222,7 +222,7 @@ popd
|
||||
|
||||
# Build java client
|
||||
pushd java
|
||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DJAVACFLAGS="-encoding utf8"
|
||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DJAVACFLAGS="-encoding utf8 -source 1.6 -target 1.6"
|
||||
make %{?_smp_mflags}
|
||||
popd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user