From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/7] dosfstools: bump to version 3.0.15
Date: Fri, 01 Mar 2013 16:14:27 +0100 [thread overview]
Message-ID: <87txovywx8.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1362133407-5840-4-git-send-email-gustavo@zacarias.com.ar> (Gustavo Zacarias's message of "Fri, 1 Mar 2013 07:23:24 -0300")
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Gustavo> ---
Gustavo> package/dosfstools/Config.in | 1 +
Gustavo> package/dosfstools/dosfstools.mk | 8 +++++---
Gustavo> 2 files changed, 6 insertions(+), 3 deletions(-)
Gustavo> diff --git a/package/dosfstools/Config.in b/package/dosfstools/Config.in
Gustavo> index 1b92026..6573cda 100644
Gustavo> --- a/package/dosfstools/Config.in
Gustavo> +++ b/package/dosfstools/Config.in
Gustavo> @@ -1,6 +1,7 @@
Gustavo> config BR2_PACKAGE_DOSFSTOOLS
Gustavo> bool "dosfstools"
Gustavo> depends on BR2_LARGEFILE
Gustavo> + select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
Gustavo> help
Gustavo> Tools for creating and checking DOS FAT filesystems.
Gustavo> diff --git a/package/dosfstools/dosfstools.mk b/package/dosfstools/dosfstools.mk
Gustavo> index 4f89364..3bb6a2f 100644
Gustavo> --- a/package/dosfstools/dosfstools.mk
Gustavo> +++ b/package/dosfstools/dosfstools.mk
Gustavo> @@ -4,8 +4,10 @@
Gustavo> #
Gustavo> #############################################################
Gustavo> -DOSFSTOOLS_VERSION = 3.0.12
Gustavo> +DOSFSTOOLS_VERSION = 3.0.15
Gustavo> DOSFSTOOLS_SITE = http://fossies.org/linux/misc/
Gustavo> +DOSFSTOOLS_DEPENDENCIES = $(if $(BR2_ENABLE_LOCALE),,libiconv)
Gustavo> +DOSFSTOOLS_LINK_ICONV = $(if $(BR2_ENABLE_LOCALE),,-liconv)
Gustavo> DOSFSTOOLS_LICENSE = GPLv3+
Gustavo> DOSFSTOOLS_LICENSE_FILES = COPYING
Gustavo> MKDOSFS_BINARY = mkdosfs
Gustavo> @@ -13,8 +15,8 @@ DOSFSCK_BINARY = dosfsck
Gustavo> DOSFSLABEL_BINARY = dosfslabel
Gustavo> define DOSFSTOOLS_BUILD_CMDS
Gustavo> - $(MAKE) CFLAGS="$(TARGET_CFLAGS)" LDFLAGS="$(TARGET_LDFLAGS)" \
Gustavo> - CC="$(TARGET_CC)" -C $(@D)
Gustavo> + $(MAKE) CFLAGS="$(TARGET_CFLAGS)" CC="$(TARGET_CC)" \
Gustavo> + LDFLAGS="$(TARGET_LDFLAGS) $(DOSFSTOOLS_LINK_ICONV)" -C $(@D)
I would prefer to see A DOSFSTOOLS_LDFLAGS instead of this. Care to
resend with that fixed?
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2013-03-01 15:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-01 10:23 [Buildroot] [PATCH 1/7] libmicrohttpd: bump to version 0.9.25 Gustavo Zacarias
2013-03-01 10:23 ` [Buildroot] [PATCH 2/7] hiawatha: bump to version 8.8 Gustavo Zacarias
2013-03-01 15:13 ` Peter Korsgaard
2013-03-01 10:23 ` [Buildroot] [PATCH 3/7] ipset: bump to version 6.17 Gustavo Zacarias
2013-03-01 15:13 ` Peter Korsgaard
2013-03-01 10:23 ` [Buildroot] [PATCH 4/7] dosfstools: bump to version 3.0.15 Gustavo Zacarias
2013-03-01 15:14 ` Peter Korsgaard [this message]
2013-03-01 10:23 ` [Buildroot] [PATCH 5/7] libnl: bump to version 3.2.21 Gustavo Zacarias
2013-03-01 15:15 ` Peter Korsgaard
2013-03-01 10:23 ` [Buildroot] [PATCH 6/7] php: bump to version 5.3.22 Gustavo Zacarias
2013-03-01 15:15 ` Peter Korsgaard
2013-03-01 10:23 ` [Buildroot] [PATCH 7/7] file: bump to version 5.13 Gustavo Zacarias
2013-03-01 15:15 ` Peter Korsgaard
2013-03-01 15:13 ` [Buildroot] [PATCH 1/7] libmicrohttpd: bump to version 0.9.25 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=87txovywx8.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