- fix OpenEXR.pc
OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=36
This commit is contained in:
parent
9143e5e630
commit
666a112cb7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 7 09:56:42 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- fix OpenEXR.pc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 4 14:20:41 UTC 2019 - pgajdos@suse.com
|
Fri Oct 4 14:20:41 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -121,7 +121,8 @@ export PTHREAD_LIBS="-lpthread"
|
|||||||
export CXXFLAGS="%{optflags} -O0"
|
export CXXFLAGS="%{optflags} -O0"
|
||||||
%endif
|
%endif
|
||||||
%cmake \
|
%cmake \
|
||||||
-DCMAKE_INSTALL_DOCDIR="%{_docdir}/%{name}"
|
-DCMAKE_INSTALL_DOCDIR="%{_docdir}/%{name}" \
|
||||||
|
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}
|
||||||
%if %{asan_build}
|
%if %{asan_build}
|
||||||
vmemlimit=$(ulimit -v)
|
vmemlimit=$(ulimit -v)
|
||||||
if [ $vmemlimit != unlimited ]; then
|
if [ $vmemlimit != unlimited ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user