diff options
| author | Remi Collet <fedora@famillecollet.com> | 2010-12-22 08:41:39 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2010-12-22 08:41:39 +0100 | 
| commit | b65555e45ae8dce2e657e7550440e64bf9e11fc8 (patch) | |
| tree | 55631adc316e5210f6062f159dae0bd946306343 | |
| parent | 273e72a905f3014df5a792ede65b4716719038f2 (diff) | |
mysql 5.5.8, don't use bundled libedit
| -rw-r--r-- | mysql-dev.spec | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-dev.spec b/mysql-dev.spec index 07c55a7..ad16847 100644 --- a/mysql-dev.spec +++ b/mysql-dev.spec @@ -256,6 +256,7 @@ gcc $CFLAGS $LDFLAGS -o scriptstub "-DLIBDIR=\"%{_libdir}/mysql\"" %{SOURCE4}             -DWITH_ARCHIVE_STORAGE_ENGINE:BOOL=ON \             -DWITH_BLACKHOLE_STORAGE_ENGINE:BOOL=ON \             -DWITH_READLINE:BOOL=OFF \ +           -DWITH_LIBEDIT:BOOL=OFF \             -DWITH_SSL:STRING=system \             -DENABLED_LOCAL_INFILE:BOOL=ON \             -DCOMPILATION_COMMENT="MySQL Community Server (GPL) by Remi"  | 
