From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/libodb-mysql: fix static build
Date: Tue, 05 Jan 2021 22:38:30 +0100 [thread overview]
Message-ID: <878s976p49.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20201214214313.447831-1-fontaine.fabrice@gmail.com> (Fabrice Fontaine's message of "Mon, 14 Dec 2020 22:43:13 +0100")
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Fixes:
> - http://autobuild.buildroot.org/results/ba2c5ef1bb54c2751569f79beef21ff486348469
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/libodb-mysql/libodb-mysql.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> diff --git a/package/libodb-mysql/libodb-mysql.mk b/package/libodb-mysql/libodb-mysql.mk
> index 835e5bc6bf..a9040c65f8 100644
> --- a/package/libodb-mysql/libodb-mysql.mk
> +++ b/package/libodb-mysql/libodb-mysql.mk
> @@ -12,6 +12,6 @@ LIBODB_MYSQL_INSTALL_STAGING = YES
> LIBODB_MYSQL_LICENSE = GPL-2.0
> LIBODB_MYSQL_LICENSE_FILES = LICENSE
> LIBODB_MYSQL_DEPENDENCIES = libodb mysql
> -LIBODB_MYSQL_CONF_ENV = LIBS="$(shell $(STAGING_DIR)/usr/bin/mysql_config --libs)"
> +LIBODB_MYSQL_CONF_ENV = LIBS=`$(STAGING_DIR)/usr/bin/mysql_config --libs`
Committed to 2020.11.x, thanks.
I see you dropped the quotes around the output of mysql_config, is that
always guaranteed to only return a single word?
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2021-01-05 21:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-14 21:43 [Buildroot] [PATCH 1/1] package/libodb-mysql: fix static build Fabrice Fontaine
2020-12-31 16:42 ` Thomas Petazzoni
2021-01-05 21:38 ` Peter Korsgaard [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-07-13 21:59 Fabrice Fontaine
2020-07-14 8:20 ` Thomas Petazzoni
2020-07-14 8:33 ` Fabrice Fontaine
2020-07-14 12:46 ` 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=878s976p49.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.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