diff options
author | unknown <lenz@kallisto.local> | 2004-01-13 19:55:37 +0100 |
---|---|---|
committer | unknown <lenz@kallisto.local> | 2004-01-13 19:55:37 +0100 |
commit | 38a87d0eea0559101c683907db267d5cc1c7ef04 (patch) | |
tree | 5b70eb3993c414beea5eff645889fe56b8a8768d /support-files/mysql.spec.sh | |
parent | 9dfada0cba36d75fc3dc49cecefc8c3f9b5114d2 (diff) | |
download | mariadb-git-38a87d0eea0559101c683907db267d5cc1c7ef04.tar.gz |
- link the mysql client RPM against libreadline instead of libedit
(BUG 2289)
support-files/mysql.spec.sh:
- link the mysql client against libreadline instead of libedit (BUG 2289)
Diffstat (limited to 'support-files/mysql.spec.sh')
-rw-r--r-- | support-files/mysql.spec.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 5a9fbf64b1c..1ee88096def 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -220,7 +220,8 @@ sh -c "PATH=\"${MYSQL_BUILD_PATH:-$PATH}\" \ --includedir=%{_includedir} \ --mandir=%{_mandir} \ --enable-thread-safe-client \ - --with-comment=\"Official MySQL RPM\"; + --with-comment=\"Official MySQL RPM\" \ + --with-readline ; # Add this for more debugging support # --with-debug # Add this for MyISAM RAID support: @@ -574,6 +575,10 @@ fi # The spec file changelog only includes changes made to the spec file # itself %changelog +* Tue Jan 13 2004 Lenz Grimmer <lenz@mysql.com> + +- link the mysql client against libreadline instead of libedit (BUG 2289) + * Fri Dec 13 2003 Lenz Grimmer <lenz@mysql.com> - fixed file permissions (BUG 1672) |