diff options
author | unknown <tim@work.mysql.com> | 2000-08-19 23:36:05 +0200 |
---|---|---|
committer | unknown <tim@work.mysql.com> | 2000-08-19 23:36:05 +0200 |
commit | 628a4f67e172cb15986fe8b96b3a42ff7d8a4880 (patch) | |
tree | 1da9528a8f08dde62462abf0d5583b7e88b45974 /support-files | |
parent | ada1183947ba71b35050fae7ae50923232e398ac (diff) | |
download | mariadb-git-628a4f67e172cb15986fe8b96b3a42ff7d8a4880.tar.gz |
mysql.spec.sh - added libmysqlclient_r
support-files/mysql.spec.sh:
- added libmysqlclient_r
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index b0fdb1592c3..315484f47dc 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -189,6 +189,7 @@ tar cf $RBR/all.tar . # Save shared libraries (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 mv Docs/manual.ps Docs/manual.ps.save @@ -353,6 +354,11 @@ fi %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> - Added the support-files/my-example.cnf to the docs directory. |