From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/dvb-apps: requires iconv
Date: Fri, 11 Jan 2013 19:08:58 +0100 [thread overview]
Message-ID: <87r4lr8udh.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <57bb7483b3bae28b6dfb63a4faf6b81346b161f4.1357672284.git.yann.morin.1998@free.fr> (Yann E. MORIN's message of "Tue, 8 Jan 2013 20:11:51 +0100")
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
Yann> Use libiconv if the toolchain does not have locales.
Yann> Fixes (for example):
Yann> http://autobuild.buildroot.net/results/c5776c95ac128f7c7eadc2fe746ad89f8c1ef49a
Yann> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Yann> ---
Yann> package/dvb-apps/Config.in | 1 +
Yann> package/dvb-apps/dvb-apps.mk | 3 ++-
Yann> 2 files changed, 3 insertions(+), 1 deletions(-)
Yann> diff --git a/package/dvb-apps/Config.in b/package/dvb-apps/Config.in
Yann> index ca8dc54..7f76330 100644
Yann> --- a/package/dvb-apps/Config.in
Yann> +++ b/package/dvb-apps/Config.in
Yann> @@ -14,6 +14,7 @@ comment "dvb-apps utils needs LARGEFILE support in the toolchain"
Yann> config BR2_PACKAGE_DVB_APPS_UTILS
Yann> bool "dvb-apps utilities"
Yann> depends on BR2_LARGEFILE
Yann> + select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
Yann> help
Yann> A small number of DVB test and utility programs,
Yann> including szap and dvbscan.
Yann> diff --git a/package/dvb-apps/dvb-apps.mk b/package/dvb-apps/dvb-apps.mk
Yann> index f914799..a1ad0c4 100644
Yann> --- a/package/dvb-apps/dvb-apps.mk
Yann> +++ b/package/dvb-apps/dvb-apps.mk
Yann> @@ -20,10 +20,11 @@ DVB_APPS_LICENSE = unknown (probably public domain)
Yann> ifeq ($(BR2_PACKAGE_DVB_APPS_UTILS),y)
Yann> # Utilitiess are selected, build and install everything
Yann> +DVB_APPS_DEPENDENCIES = $(if $(BR2_ENABLE_LOCALE),,libiconv)
Yann> DVB_APPS_INSTALL_STAGING = YES
Yann> define DVB_APPS_BUILD_CMDS
Yann> - $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) V=1
Yann> + $(TARGET_CONFIGURE_OPTS) LDFLAGS="$(TARGET_LDFLAGS) -liconv" $(MAKE) -C $(@D) V=1
Ehh, that's wrong. You should only link against libiconv if we've built
it.
Care to fix and resend?
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-01-11 18:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-08 19:11 [Buildroot] [pull request v2] Pull request for branch yem-misc-fixes Yann E. MORIN
2013-01-08 19:11 ` [Buildroot] [PATCH 1/2] package/dvb-apps: requires largefiles Yann E. MORIN
2013-01-11 18:08 ` Peter Korsgaard
2013-01-08 19:11 ` [Buildroot] [PATCH 2/2] package/dvb-apps: requires iconv Yann E. MORIN
2013-01-11 18:08 ` Peter Korsgaard [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-01-08 12:06 [Buildroot] [pull request] Pull request for branch yem-misc-fixes Yann E. MORIN
2013-01-08 12:06 ` [Buildroot] [PATCH 2/2] package/dvb-apps: requires iconv Yann E. MORIN
2013-01-08 18:53 ` Yann E. MORIN
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=87r4lr8udh.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox