Commit 088bc804 authored by kent@mysql.com's avatar kent@mysql.com

mysql.spec.sh:

  Only install a subset of shared libraries created
parent bfdb5e58
...@@ -629,7 +629,8 @@ fi ...@@ -629,7 +629,8 @@ fi
%files shared %files shared
%defattr(-, root, root, 0755) %defattr(-, root, root, 0755)
# Shared libraries (omit for architectures that don't support them) # Shared libraries (omit for architectures that don't support them)
%{_libdir}/*.so* %{_libdir}/libmysql*.so*
%{_libdir}/libndb*.so*
%files bench %files bench
%defattr(-, root, root, 0755) %defattr(-, root, root, 0755)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment