From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] Mysql: $(ENABLE_DEBUG) is unset
Date: Tue, 04 Feb 2014 14:45:19 +0100 [thread overview]
Message-ID: <52F0EEEF.5060205@mind.be> (raw)
In-Reply-To: <CA+kK6WujspDnZ_nc_j=mbVopwbeqaM1B0_Noi2c6+2s9kQVMzw@mail.gmail.com>
On 03/02/14 17:45, Marcelo Gutierrez wrote:
> Ther are two possible solution:
>
> 1) Remove $(ENABLE_DEBUG) option
>
> 2) Change Config.in: add option to compile MySQL with debug support
We have a global BR2_ENABLE_DEBUG that should be used. It already
automatically --enable-debug to configure, but mysql calls it
--with-debug. So, the patch should remove $(ENABLE_DEBUG) and replace it
with something like
MYSQL_CONF_OPT += $(if $(BR2_ENABLE_DEBUG),--with-debug)
Can you try this and post a patch if it works?
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2014-02-04 13:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-03 16:34 [Buildroot] Mysql: $(ENABLE_DEBUG) is unset Marcelo Gutierrez
2014-02-03 16:45 ` Marcelo Gutierrez
2014-02-04 13:45 ` Arnout Vandecappelle [this message]
2014-02-04 15:26 ` Marcelo Gutierrez
2014-02-04 15:36 ` Yann E. MORIN
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=52F0EEEF.5060205@mind.be \
--to=arnout@mind.be \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.