mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
mysql.spec.sh - added libmysqlclient_r
support-files/mysql.spec.sh: - added libmysqlclient_r
This commit is contained in:
@ -189,6 +189,7 @@ tar cf $RBR/all.tar .
|
|||||||
|
|
||||||
# Save shared libraries
|
# Save shared libraries
|
||||||
(cd libmysql/.libs; tar cf $RBR/shared-libs.tar *.so*)
|
(cd libmysql/.libs; tar cf $RBR/shared-libs.tar *.so*)
|
||||||
|
(cd libmysql_r/.libs; tar rf $RBR/shared-libs.tar *.so*)
|
||||||
|
|
||||||
# Save manual to avoid rebuilding
|
# Save manual to avoid rebuilding
|
||||||
mv Docs/manual.ps Docs/manual.ps.save
|
mv Docs/manual.ps Docs/manual.ps.save
|
||||||
@ -353,6 +354,11 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
* Fri Aug 18 2000
|
||||||
|
|
||||||
|
- Added separate libmysql_r directory; now both a threaded
|
||||||
|
and non-threaded library is shipped.
|
||||||
|
|
||||||
* Wed Sep 28 1999 David Axmark <davida@mysql.com>
|
* Wed Sep 28 1999 David Axmark <davida@mysql.com>
|
||||||
|
|
||||||
- Added the support-files/my-example.cnf to the docs directory.
|
- Added the support-files/my-example.cnf to the docs directory.
|
||||||
|
Reference in New Issue
Block a user