forked from pool/tigervnc
Accepting request 672439 from home:coolo:branches:X11:XOrg
Important fix for Staging:E - Fix build with latest cmake - which now requires the source directory as argument (still works with old cmake versions) OBS-URL: https://build.opensuse.org/request/show/672439 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=156
This commit is contained in:
parent
606e4336a9
commit
152df8d0eb
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 7 12:34:03 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- Fix build with latest cmake - which now requires the source
|
||||||
|
directory as argument (still works with old cmake versions)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 17 12:07:27 UTC 2019 - msrb@suse.com
|
Thu Jan 17 12:07:27 UTC 2019 - msrb@suse.com
|
||||||
|
|
||||||
|
@ -266,7 +266,7 @@ popd
|
|||||||
export CXXFLAGS="%optflags"
|
export CXXFLAGS="%optflags"
|
||||||
export CFLAGS="%optflags"
|
export CFLAGS="%optflags"
|
||||||
# Build all tigervnc
|
# Build all tigervnc
|
||||||
cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DCMAKE_BUILD_TYPE=RelWithDebInfo .
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
# Build Xvnc server
|
# Build Xvnc server
|
||||||
@ -295,7 +295,7 @@ popd
|
|||||||
|
|
||||||
# Build java client
|
# Build java client
|
||||||
pushd java
|
pushd java
|
||||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DJAVACFLAGS="-encoding utf8 -source 1.6 -target 1.6"
|
cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DJAVACFLAGS="-encoding utf8 -source 1.6 -target 1.6" .
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user