mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
- added the libndbclient static and shared libraries to the RPM (BUG 10676)
support-files/mysql.spec.sh: - added the libndbclient static and shared libraries (BUG 10676)
This commit is contained in:
parent
c7787f8af1
commit
31625bfac0
1 changed files with 4 additions and 0 deletions
|
@ -331,6 +331,7 @@ fi
|
|||
# Save libraries
|
||||
(cd libmysql/.libs; tar cf $RBR/shared-libs.tar *.so*)
|
||||
(cd libmysql_r/.libs; tar rf $RBR/shared-libs.tar *.so*)
|
||||
(cd ndb/src/.libs; tar rf $RBR/shared-libs.tar *.so*)
|
||||
|
||||
# Now clean up
|
||||
make clean
|
||||
|
@ -631,6 +632,8 @@ fi
|
|||
%{_libdir}/mysql/libmysqlclient_r.la
|
||||
%{_libdir}/mysql/libmystrings.a
|
||||
%{_libdir}/mysql/libmysys.a
|
||||
%{_libdir}/mysql/libndbclient.a
|
||||
%{_libdir}/mysql/libndbclient.la
|
||||
%{_libdir}/mysql/libvio.a
|
||||
|
||||
%files shared
|
||||
|
@ -663,6 +666,7 @@ fi
|
|||
* Mon Jun 06 2005 Lenz Grimmer <lenz@mysql.com>
|
||||
|
||||
- added mysql_client_test to the "bench" subpackage (BUG 10676)
|
||||
- added the libndbclient static and shared libraries (BUG 10676)
|
||||
|
||||
* Wed Jun 01 2005 Lenz Grimmer <lenz@mysql.com>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue