[Pkg-mysql-commits] r2042 - mysql-5.5/branches/experimental/debian

Clint Byrum spamaps-guest at alioth.debian.org
Tue Feb 14 19:50:24 UTC 2012


tags 659566 pending
thanks

Author: spamaps-guest
Date: 2012-02-14 19:50:23 +0000 (Tue, 14 Feb 2012)
New Revision: 2042

Modified:
   mysql-5.5/branches/experimental/debian/changelog
   mysql-5.5/branches/experimental/debian/rules
Log:
d/rules: Turn off embedded libedit/readline.(Closes: #659566)

Modified: mysql-5.5/branches/experimental/debian/changelog
===================================================================
--- mysql-5.5/branches/experimental/debian/changelog	2012-01-24 00:00:58 UTC (rev 2041)
+++ mysql-5.5/branches/experimental/debian/changelog	2012-02-14 19:50:23 UTC (rev 2042)
@@ -3,6 +3,7 @@
   [ Guillaume Plessis ]
   * d/rules: Enabling ARCHIVE, BLACKHOLE, and FEDERATED engines.
     (Closes: #649484)
+  * d/rules: Turn off embedded libedit/readline.(Closes: #659566)
 
   [ Clint Byrum ]
   * New Upstream Release
@@ -37,7 +38,7 @@
       * d/patches/70_mysql_va_list.patch: cherry pick patch from
         upstream bug tracker to fix ARM build failure. (LP: #700982)
 
- -- Clint Byrum <clint at ubuntu.com>  Mon, 23 Jan 2012 15:46:40 -0800
+ -- Clint Byrum <clint at ubuntu.com>  Tue, 14 Feb 2012 11:48:47 -0800
 
 mysql-5.5 (5.5.17-4) experimental; urgency=low
 

Modified: mysql-5.5/branches/experimental/debian/rules
===================================================================
--- mysql-5.5/branches/experimental/debian/rules	2012-01-24 00:00:58 UTC (rev 2041)
+++ mysql-5.5/branches/experimental/debian/rules	2012-02-14 19:50:23 UTC (rev 2042)
@@ -84,7 +84,8 @@
 		-DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \
 	       	-DMYSQL_USER=mysql \
 		-DWITH_LIBWRAP=ON \
-		-DWITH_LIBREADLINE=OFF \
+		-DWITH_READLINE=OFF \
+		-DWITH_LIBEDIT=OFF \
 		$(USE_STATIC_MYSQLD) \
 		-DWITH_SSL=yes \
 	    -DCOMPILATION_COMMENT="($(DISTRIBUTION))" \




More information about the Pkg-mysql-commits mailing list