Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 2/2] mysql: disable debugging option
@ 2014-02-03 17:51 kuyurix at gmail.com
  2014-02-03 21:52 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: kuyurix at gmail.com @ 2014-02-03 17:51 UTC (permalink / raw)
  To: buildroot

From: Marcelo Guti?rrez <kuyurix@gmail.com>

it is not necessary to use $(ENABLE_DEBUG) with "--without-server" option.

BTW, the value of "ENABLE_DEBUG" is empty.

Signed-off-by: Marcelo Guti?rrez <kuyurix@gmail.com>
---
 package/mysql/mysql.mk |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/mysql/mysql.mk b/package/mysql/mysql.mk
index 9b22c2d..53daa3f 100644
--- a/package/mysql/mysql.mk
+++ b/package/mysql/mysql.mk
@@ -31,8 +31,7 @@ MYSQL_CONF_OPT = \
 	--without-libedit \
 	--without-readline \
 	--with-low-memory \
-	--enable-thread-safe-client \
-	$(ENABLE_DEBUG)
+	--enable-thread-safe-client
 
 define MYSQL_REMOVE_TEST_PROGS
 	rm -rf $(TARGET_DIR)/usr/mysql-test $(TARGET_DIR)/usr/sql-bench
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-04  8:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-03 17:51 [Buildroot] [PATCH 2/2] mysql: disable debugging option kuyurix at gmail.com
2014-02-03 21:52 ` Thomas Petazzoni
2014-02-03 23:03   ` Marcelo Gutierrez
2014-02-04  8:06     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox