forked from pool/piglit
Accepting request 813424 from benchmark
- Fix building with gcc10 OBS-URL: https://build.opensuse.org/request/show/813424 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/piglit?expand=0&rev=8
This commit is contained in:
commit
a8ecd1dfa5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 11 08:54:01 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Fix building with gcc10
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 10 13:08:06 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
Tue Dec 10 13:08:06 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package piglit
|
# spec file for package piglit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -109,6 +109,7 @@ be generated, including the ability to compare different test runs.
|
|||||||
-DPIGLIT_BUILD_GL_ES2_TESTS=OFF \
|
-DPIGLIT_BUILD_GL_ES2_TESTS=OFF \
|
||||||
-DPIGLIT_BUILD_GL_ES3_TESTS=OFF \
|
-DPIGLIT_BUILD_GL_ES3_TESTS=OFF \
|
||||||
%endif
|
%endif
|
||||||
|
-DCMAKE_C_FLAGS="%{optflags} -fcommon -DNDEBUG" \
|
||||||
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" \
|
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" \
|
||||||
-DCMAKE_SKIP_RPATH:BOOL=OFF \
|
-DCMAKE_SKIP_RPATH:BOOL=OFF \
|
||||||
-DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON \
|
-DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON \
|
||||||
|
Loading…
Reference in New Issue
Block a user