summaryrefslogtreecommitdiff
path: root/package/mysql/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-29 18:43:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-29 18:43:00 +0100
commit7a545ad720f1f8823d6e3dd0e51e1fa9dff237b1 (patch)
tree16083a85aca4e3a621b3db881c89331262d62045 /package/mysql/Makefile
parent7805532fffa81c46a01af77aa967cf11a948a9f1 (diff)
parentc6fa1f863aedbdbc977c78e1dc62ca5eb0da9451 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/mysql/Makefile')
-rw-r--r--package/mysql/Makefile5
1 files changed, 0 insertions, 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}" \