From: kuyurix at gmail.com <kuyurix@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] mysql: disable debugging option
Date: Mon, 3 Feb 2014 17:51:19 +0000 [thread overview]
Message-ID: <52efff31.0902ec0a.7f04.45f7@mx.google.com> (raw)
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
next reply other threads:[~2014-02-03 17:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-03 17:51 kuyurix at gmail.com [this message]
2014-02-03 21:52 ` [Buildroot] [PATCH 2/2] mysql: disable debugging option Thomas Petazzoni
2014-02-03 23:03 ` Marcelo Gutierrez
2014-02-04 8:06 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52efff31.0902ec0a.7f04.45f7@mx.google.com \
--to=kuyurix@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox