From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] ulogd: fix build failure
Date: Sun, 04 Nov 2012 13:06:56 +0100 [thread overview]
Message-ID: <87bofdr2qn.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1352028912-23845-1-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Sun, 4 Nov 2012 08:35:12 -0300")
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Fix Peter's reported build failure:
Gustavo> http://autobuild.buildroot.net/results/1dcf63799937f2216e3c712af8880ad431dbd47c/build-end.log
Gustavo> This is because the configure script uses absolute paths to detect dbi,
Gustavo> mysql and pgsql, so forcibly disable them.
Gustavo> Also add the optional sqlite dependency when it's selected.
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Gustavo> ---
Gustavo> package/ulogd/ulogd.mk | 3 ++-
Gustavo> 1 files changed, 2 insertions(+), 1 deletions(-)
Gustavo> diff --git a/package/ulogd/ulogd.mk b/package/ulogd/ulogd.mk
Gustavo> index 7d31b73..4620bbd 100644
Gustavo> --- a/package/ulogd/ulogd.mk
Gustavo> +++ b/package/ulogd/ulogd.mk
Gustavo> @@ -7,10 +7,11 @@
Gustavo> ULOGD_VERSION = 2.0.1
Gustavo> ULOGD_SOURCE = ulogd-$(ULOGD_VERSION).tar.bz2
Gustavo> ULOGD_SITE = http://www.netfilter.org/projects/ulogd/files
Gustavo> +ULOGD_CONF_OPT = --with-dbi=no --with-mysql=no --with-pgsql=no
We do have mysql_client though - Any reason to not build support for it
if enabled?
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2012-11-04 12:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-04 11:35 [Buildroot] [PATCH] ulogd: fix build failure Gustavo Zacarias
2012-11-04 12:06 ` Peter Korsgaard [this message]
2012-11-04 12:09 ` Gustavo Zacarias
2012-11-04 13:06 ` Peter Korsgaard
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=87bofdr2qn.fsf@dell.be.48ers.dk \
--to=jacmet@uclibc.org \
--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.