diff options
author | kent@mysql.com <> | 2006-02-17 16:38:32 +0100 |
---|---|---|
committer | kent@mysql.com <> | 2006-02-17 16:38:32 +0100 |
commit | 088bc804aa5e0d0a19325cc6cc70ffa060ad5221 (patch) | |
tree | 4f5f0f9b7f92f16d2fa9801fe4059208b5afdfaf /support-files | |
parent | bfdb5e585d35698ebacecc863091faf9c51dc5a8 (diff) | |
download | mariadb-git-088bc804aa5e0d0a19325cc6cc70ffa060ad5221.tar.gz |
mysql.spec.sh:
Only install a subset of shared libraries created
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 3e53bb74b60..eba7bc8af9e 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -629,7 +629,8 @@ fi %files shared %defattr(-, root, root, 0755) # Shared libraries (omit for architectures that don't support them) -%{_libdir}/*.so* +%{_libdir}/libmysql*.so* +%{_libdir}/libndb*.so* %files bench %defattr(-, root, root, 0755) |