packages: mysql/mysql.spec - drop unrecognized options

glen glen at pld-linux.org
Sat Jul 24 16:18:49 CEST 2010


Author: glen                         Date: Sat Jul 24 14:18:49 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- drop unrecognized options

---- Files affected:
packages/mysql:
   mysql.spec (1.485 -> 1.486) 

---- Diffs:

================================================================
Index: packages/mysql/mysql.spec
diff -u packages/mysql/mysql.spec:1.485 packages/mysql/mysql.spec:1.486
--- packages/mysql/mysql.spec:1.485	Sat Jul 24 14:42:00 2010
+++ packages/mysql/mysql.spec	Sat Jul 24 16:18:44 2010
@@ -5,7 +5,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
@@ -552,8 +551,6 @@
 	--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} \
@@ -566,19 +563,14 @@
 	--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
 
@@ -1122,6 +1114,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.486  2010/07/24 14:18:44  glen
+- drop unrecognized options
+
 Revision 1.485  2010/07/24 12:42:00  glen
 - up to 5.1.49, update sphinx tarball to 0.9.9
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mysql/mysql.spec?r1=1.485&r2=1.486&f=u



More information about the pld-cvs-commit mailing list