]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- drop unrecognized options
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 24 Jul 2010 14:18:44 +0000 (14:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.486

mysql.spec

index 17897d945a64310da04e590b0dcb53f3b0403267..772ea6402f20d4f285cd0a8249b692e5913d7876 100644 (file)
@@ -4,7 +4,6 @@
 # - missing have_archive, have_merge
 # - is plugin_dir lib64 safe?
 # - Using NDB Cluster... could not find sci transporter in /{include, lib}
-# - configure: WARNING: unrecognized options: --with-innodb, --with-raid, --with-archive-storage-engine, --with-federated-storage-engine, --with-vio, --without-ndbcluster
 # - !!! Makefiles for libmysqld.so !!!
 # - segfaults on select from non-mysql user (caused by builder environment):
 #     https://bugs.launchpad.net/pld-linux/+bug/381904
@@ -551,8 +550,6 @@ CPPFLAGS="%{rpmcppflags}"
        --enable-shared \
        --enable-static \
        --enable-thread-safe-client \
-       --with%{!?with_innodb:out}-innodb \
-       --with%{!?with_raid:out}-raid \
        --with%{!?with_ssl:out}-ssl=/usr \
        --with%{!?with_tcpd:out}-libwrap \
        %{?with_big_tables:--with-big-tables} \
@@ -565,19 +562,14 @@ CPPFLAGS="%{rpmcppflags}"
        --with-named-curses-libs="-lncurses" \
        --with-named-thread-libs="-lpthread" \
        --with-unix-socket-path=/var/lib/mysql/mysql.sock \
-       --with-archive-storage-engine \
        --with-plugins=max \
-       %{?with_federated:--with-federated-storage-engine} \
        --with-fast-mutexes \
-       --with-vio \
        --without-readline \
        --without-libedit \
 %if %{with ndb}
        --with%{!?debug:out}-ndb-debug \
        --with-ndbcluster \
        --with-ndb-docs \
-%else
-       --without-ndbcluster \
 %endif
        --with-docs
 
This page took 0.18238 seconds and 4 git commands to generate.