From c2710be1b1b700412e107e70e4a9fb74d171122b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 29 Dec 2009 13:12:28 +0100 Subject: remove unrecognized configure options --- package/mysql/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package/mysql/Makefile b/package/mysql/Makefile index 38a5104b1..c3731953e 100644 --- a/package/mysql/Makefile +++ b/package/mysql/Makefile @@ -34,7 +34,6 @@ CONFIGURE_ENV+= OPTIMIZE_CFLAGS="${TARGET_CFLAGS}" \ mysql_cv_gethostname_style=glibc2 CONFIGURE_ARGS+= --disable-assembler \ --with-pthread \ - --without-raid \ --with-atomic-ops=rwlocks \ --with-unix-socket-path=/tmp/.mysql.sock \ --with-named-thread-libs=-lpthread \ @@ -44,12 +43,8 @@ CONFIGURE_ARGS+= --disable-assembler \ --without-server \ --without-embedded-server \ --without-query-cache \ - --without-mysqlfs \ - --without-vio \ --without-ssl \ --without-docs \ - --without-bench \ - --without-innodb \ --without-readline \ --with-machine-type=${CPU_ARCH} HOSTTOOLFLAGS= CC="${HOSTCC}" \ -- cgit v1.2.3