From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] ipv6 and eglibc
Date: Tue, 18 Feb 2014 09:46:55 +0100 [thread overview]
Message-ID: <20140218094655.27e2a040@skate> (raw)
In-Reply-To: <53031C60.6020803@gmail.com>
Dear Marco Trapanese,
On Tue, 18 Feb 2014 09:40:00 +0100, Marco Trapanese wrote:
> I'm trying to add the postgres package, starting with this hints:
>
> http://www.slideshare.net/jerome42/create-lightweight-docker-containers-with-buildroot
>
> I'm using the eglibc in order to enable the eglsf support for Qt5.
> Postgresql requires the BR2_TOOLCHAIN_BUILDROOT_INET_IPV6.
>
> Searching for this keyword I see this:
>
> Symbol: BR2_TOOLCHAIN_BUILDROOT_INET_IPV6 [=n] ?
> Type : boolean
> Prompt: Enable IPv6 support
> Location:
> -> Toolchain
> Defined at package/uclibc/Config.in:70
> Depends on: BR2_TOOLCHAIN_BUILDROOT [=y] &&
> BR2_TOOLCHAIN_BUILDROOT_UCLIBC [=n]
> Selects: BR2_INET_IPV6 [=y] ?
>
> I guess because I'm using eglibc instead of uclibc.
This is because what J?r?me (who happens to be my cousin) did was
not completely correct (and I've Cc'ed J?r?me so he gets this
feedback!).
Having a dependency on BR2_TOOLCHAIN_BUILDROOT_INET_IPV6 in a package
is incorrect, as it only works with the internal toolchain backend,
when building uClibc toolchains.
Instead, he should have read the great Buildroot documentation at
http://buildroot.org/downloads/manual/manual.html#dependencies-target-toolchain-options :-)
So, Marco, just modify the line:
depends on BR2_TOOLCHAIN_BUILDROOT_INET_IPV6
by:
depends on BR2_INET_IPV6
Also, please submit patches to add Postgresql support. Instead of
having people following the not-completely correct tutorial of J?r?me,
we would have Postgresql support in Buildroot itself.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-02-18 8:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-18 8:40 [Buildroot] ipv6 and eglibc Marco Trapanese
2014-02-18 8:46 ` Thomas Petazzoni [this message]
2014-02-18 8:51 ` Marco Trapanese
2014-02-27 6:11 ` Marco Trapanese
2014-02-27 7:27 ` 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=20140218094655.27e2a040@skate \
--to=thomas.petazzoni@free-electrons.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