diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-12-22 01:00:05 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-22 09:25:19 +0100 |
commit | c705bacd3f9fc7d9164db2679ebbd403190906ae (patch) | |
tree | 1b634235a0d8dc755adc6cec29be1003457a2012 /package/mysql/mysql-0002-use-new-readline-iface.patch | |
parent | aa36fc34612fcf221e3076fdcb4a39c83c0c397b (diff) | |
download | buildroot-c705bacd3f9fc7d9164db2679ebbd403190906ae.tar.gz buildroot-c705bacd3f9fc7d9164db2679ebbd403190906ae.zip |
package/mysql: rename patches to the new convention
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mysql/mysql-0002-use-new-readline-iface.patch')
-rw-r--r-- | package/mysql/mysql-0002-use-new-readline-iface.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/mysql/mysql-0002-use-new-readline-iface.patch b/package/mysql/mysql-0002-use-new-readline-iface.patch deleted file mode 100644 index c5906563ce..0000000000 --- a/package/mysql/mysql-0002-use-new-readline-iface.patch +++ /dev/null @@ -1,21 +0,0 @@ -Tell MySQL to use the new readline interface even when an external -readline is being used. - -Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> - ---- - configure.in | 1 + - 1 file changed, 1 insertion(+) - -Index: mysql-5.1.53/configure.in -=================================================================== ---- mysql-5.1.53.orig/configure.in -+++ mysql-5.1.53/configure.in -@@ -2689,6 +2689,7 @@ - # this way we avoid linking commercial source with GPL readline - readline_link="-lreadline" - want_to_use_readline="yes" -+ AC_DEFINE_UNQUOTED(USE_NEW_READLINE_INTERFACE, 1) - elif [test "$mysql_cv_libedit_interface" = "yes"] - then - # Use libedit |