Accepting request 262009 from X11:XOrg
1 OBS-URL: https://build.opensuse.org/request/show/262009 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tigervnc?expand=0&rev=16
This commit is contained in:
commit
2f9a3e0afb
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 16 09:33:04 UTC 2014 - oscar@naiandei.net
|
||||
|
||||
- add -fPIC to CFLAGS and CXXFLAGS to compile correctly on armv7l
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 13:33:27 UTC 2014 - msrb@suse.com
|
||||
|
||||
|
@ -170,8 +170,8 @@ patch -p1 < ../xserver114.patch
|
||||
popd
|
||||
|
||||
%build
|
||||
export CXXFLAGS="%optflags"
|
||||
export CFLAGS="%optflags"
|
||||
export CXXFLAGS="%optflags -fPIC"
|
||||
export CFLAGS="%optflags -fPIC"
|
||||
# Build all tigervnc
|
||||
cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
make %{?_smp_mflags}
|
||||
|
Loading…
Reference in New Issue
Block a user