From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] ipv6 and eglibc
Date: Thu, 27 Feb 2014 08:27:44 +0100 [thread overview]
Message-ID: <20140227082744.26a4b047@skate> (raw)
In-Reply-To: <530ED709.2090409@gmail.com>
Dear Marco Trapanese,
On Thu, 27 Feb 2014 07:11:21 +0100, Marco Trapanese wrote:
> Thomas,
> here my current package files of postres:
>
> Config.in
> config BR2_PACKAGE_POSTGRES
> bool "postgres"
> depends on BR2_INET_IPV6
> help
> Postgres SQL server
>
> comment "postgres requires a toolchain with IPV6 support enabled"
> depends on !BR2_INET_IPV6
This comment does not comply with the standard practices. See
http://buildroot.org/downloads/manual/manual.html#dependencies-target-toolchain-options.
>
> postgres.mk
> POSTGRES_VERSION=9.3.2
> POSTGRES_SOURCE=postgresql-$(POSTGRES_VERSION).tar.gz
> POSTGRES_SITE=http://ftp.postgresql.org/pub/source/v$(POSTGRES_VERSION)/($POSTGRES_SOURCE)
> POSTGRES_CONF_OPT=--with-system-tzdata=/usr/share/zoneinfo
> POSTGRES_DEPENDENCIES=readline zlib
>
> $(eval $(autotool-package))
This should be autotools-package. Make sure you read the Buildroot
manual carefully, section
http://buildroot.org/downloads/manual/manual.html#_infrastructure_for_autotools_based_packages.
> I added the source item in the main Config.in and I selected the
> "postgres" package in the nconfig menu.
> However, I can't see any reference to it neither in the Makefile nor in
> the build directory (of course after a make clean all cycle).
See above, you made a small typo when calling the autotools-package
macro.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2014-02-27 7:27 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
2014-02-18 8:51 ` Marco Trapanese
2014-02-27 6:11 ` Marco Trapanese
2014-02-27 7:27 ` Thomas Petazzoni [this message]
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=20140227082744.26a4b047@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 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.