SHA256
1
0
forked from pool/openexr

- fix OpenEXR.pc

OBS-URL: https://build.opensuse.org/package/show/graphics/openexr?expand=0&rev=36
This commit is contained in:
Petr Gajdos 2019-10-07 09:56:58 +00:00 committed by Git OBS Bridge
parent 9143e5e630
commit 666a112cb7
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -121,7 +121,8 @@ export PTHREAD_LIBS="-lpthread"
export CXXFLAGS="%{optflags} -O0"
%endif
%cmake \
-DCMAKE_INSTALL_DOCDIR="%{_docdir}/%{name}"
-DCMAKE_INSTALL_DOCDIR="%{_docdir}/%{name}" \
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}
%if %{asan_build}
vmemlimit=$(ulimit -v)
if [ $vmemlimit != unlimited ]; then