|
@@ -30,14 +30,16 @@ MYSQL_CONF_OPT = \
|
|
--without-libedit \
|
|
--without-libedit \
|
|
--without-readline \
|
|
--without-readline \
|
|
--with-low-memory \
|
|
--with-low-memory \
|
|
- --enable-thread-safe-client
|
|
|
|
|
|
+ --enable-thread-safe-client \
|
|
|
|
+ --disable-mysql-maintainer-mode
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_MYSQL_SERVER),y)
|
|
ifeq ($(BR2_PACKAGE_MYSQL_SERVER),y)
|
|
MYSQL_DEPENDENCIES += host-mysql host-bison
|
|
MYSQL_DEPENDENCIES += host-mysql host-bison
|
|
HOST_MYSQL_DEPENDENCIES =
|
|
HOST_MYSQL_DEPENDENCIES =
|
|
|
|
|
|
HOST_MYSQL_CONF_OPT = \
|
|
HOST_MYSQL_CONF_OPT = \
|
|
- --with-embedded-server
|
|
|
|
|
|
+ --with-embedded-server \
|
|
|
|
+ --disable-mysql-maintainer-mode
|
|
|
|
|
|
MYSQL_CONF_OPT += \
|
|
MYSQL_CONF_OPT += \
|
|
--disable-dependency-tracking \
|
|
--disable-dependency-tracking \
|