From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libnl: FLAT: Avoid build feature cli when flat binary format is selected.
Date: Mon, 4 Nov 2013 09:49:12 +0100 [thread overview]
Message-ID: <20131104094912.62a7648d@skate> (raw)
In-Reply-To: <1383554490-10749-1-git-send-email-sonic.zhang@analog.com>
Dear Sonic Zhang,
On Mon, 4 Nov 2013 16:41:30 +0800, Sonic Zhang wrote:
> From: Sonic Zhang <sonic.zhang@analog.com>
>
> Feature cli depends on runtime library loader head dlfcn.h.
>
> Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
> ---
> package/libnl/libnl.mk | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk
> index 5c884d7..90e588b 100644
> --- a/package/libnl/libnl.mk
> +++ b/package/libnl/libnl.mk
> @@ -14,6 +14,10 @@ LIBNL_BINARIES = class-add class-delete class-list classid-lookup cls-add \
> cls-delete cls-list link-list pktloc-lookup qdisc-add qdisc-delete \
> qdisc-list
>
> +ifeq ($(BR2_BINFMT_FLAT),y)
> +LIBNL_CONF_OPT = --disable-cli
> +endif
> +
> define LIBNL_UNINSTALL_TARGET_CMDS
> rm -r $(TARGET_DIR)/usr/lib/libnl.* $(TARGET_DIR)/usr/lib/libnl-*.*
> rm -rf $(TARGET_DIR)/usr/lib/libnl
Thanks but this has already been fixed by the patches I have sent this
week-end:
http://lists.busybox.net/pipermail/buildroot/2013-November/081595.html
http://lists.busybox.net/pipermail/buildroot/2013-November/081596.html
Thanks a lot!
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
prev parent reply other threads:[~2013-11-04 8:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-04 8:41 [Buildroot] [PATCH] libnl: FLAT: Avoid build feature cli when flat binary format is selected Sonic Zhang
2013-11-04 8:49 ` 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=20131104094912.62a7648d@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