[Lunar-commits] <moonbase> Revert "mysql: Adding an	optional_depends for readline, seems to me it would be useful"
    Dennis `stumbles` Veatch 
    stumbles at lunar-linux.org
       
    Tue Sep  7 13:34:20 CEST 2010
    
    
  
commit d8bbd39862f8db6100b99b6654a6fd3beb20d121
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Sep 7 07:34:20 2010 -0400
    Revert "mysql: Adding an optional_depends for readline, seems to me it would be useful"
    
    This reverts commit d6180b506f79c3a29ee0c2d36c2e5811031ae75a.
---
 sql/mysql/BUILD   |    2 +-
 sql/mysql/DEPENDS |    5 -----
 2 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/sql/mysql/BUILD b/sql/mysql/BUILD
index 35aa7d8..1308b8b 100644
--- a/sql/mysql/BUILD
+++ b/sql/mysql/BUILD
@@ -1,5 +1,4 @@
 (
-
   MYSQL_PLUGINS="heap federated partition archive blackhole"
   PLUG="innobase,ndbcluster"
   for mp in $MYSQL_PLUGINS; do
@@ -28,6 +27,7 @@
   ./configure  --prefix=/usr \
                --disable-dependency-tracking \
                --without-debug \
+               --without-readline \
                --without-libedit \
                --enable-thread-safe-client \
                --enable-assembler \
diff --git a/sql/mysql/DEPENDS b/sql/mysql/DEPENDS
index e46ece8..e5956ff 100644
--- a/sql/mysql/DEPENDS
+++ b/sql/mysql/DEPENDS
@@ -1,11 +1,6 @@
 depends  chkconfig
 depends  perl
 
-optional_depends  "readline"           \
-                  "--with-readline"    \
-                  "--without-readline" \
-                  "for command line editing support"
-
 optional_depends  "openssl"        \
                   "--with-ssl"     \
                   "--without-ssl"  \
    
    
More information about the Lunar-commits
mailing list