Drop generated CMake files.
This commit is contained in:
parent
a71b89dc6f
commit
5bd185b232
@ -343,12 +343,14 @@ ln -sf ${plibname64}.so lib%{name}p64.so
|
||||
ln -sf ${plibname64}.so lib%{name}p64.so.0
|
||||
%endif
|
||||
|
||||
|
||||
# Get rid of executable stacks
|
||||
for lib in %{buildroot}%{_libdir}/libopenblas{,o,p}-*.so; do
|
||||
execstack -c $lib
|
||||
done
|
||||
|
||||
# Get rid of generated CMake config
|
||||
rm -rf %{buildroot}%{_usr}/cmake
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user