[Pkg-mysql-commits] r1774 - mysql-dfsg-5.1/branches/unstable/debian

Norbert Tretkowski nobse at alioth.debian.org
Fri Nov 20 12:21:50 UTC 2009


tags 552003 pending
thanks

Author: nobse
Date: 2009-11-20 12:21:50 +0000 (Fri, 20 Nov 2009)
New Revision: 1774

Modified:
   mysql-dfsg-5.1/branches/unstable/debian/changelog
   mysql-dfsg-5.1/branches/unstable/debian/rules
Log:
Build with --without-readline to use system readline instead of bundled copy.

Modified: mysql-dfsg-5.1/branches/unstable/debian/changelog
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/changelog	2009-11-20 10:00:19 UTC (rev 1773)
+++ mysql-dfsg-5.1/branches/unstable/debian/changelog	2009-11-20 12:21:50 UTC (rev 1774)
@@ -3,8 +3,10 @@
   * New upstream release.
   * Drop patch 60_zlib_innodb_workaround.dpatch, merged upstream.
   * Make $DATADIR readable/writeable only for user mysql. (closes: #555626)
+  * Build with --without-readline to use system readline instead of bundled
+    copy. (closes: #552003)
 
- -- Norbert Tretkowski <nobse at debian.org>  Fri, 20 Nov 2009 10:51:53 +0100
+ -- Norbert Tretkowski <nobse at debian.org>  Fri, 20 Nov 2009 13:21:26 +0100
 
 mysql-dfsg-5.1 (5.1.40-1) unstable; urgency=low
 

Modified: mysql-dfsg-5.1/branches/unstable/debian/rules
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/rules	2009-11-20 10:00:19 UTC (rev 1773)
+++ mysql-dfsg-5.1/branches/unstable/debian/rules	2009-11-20 12:21:50 UTC (rev 1774)
@@ -103,6 +103,7 @@
 		--with-unix-socket-path=/var/run/mysqld/mysqld.sock \
 	       	--with-mysqld-user=mysql \
 		--with-libwrap \
+		--without-readline \
 		$(USE_STATIC_MYSQLD) \
 		--with-ssl \
 	    	--without-docs \




More information about the Pkg-mysql-commits mailing list