Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] tiff: add utility commands and library options
Date: Wed, 11 Jan 2012 18:22:44 +0100	[thread overview]
Message-ID: <87d3aq9msb.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1326084271-12749-1-git-send-email-fhunleth@troodon-software.com> (Frank Hunleth's message of "Sun, 8 Jan 2012 23:44:31 -0500")

>>>>> "Frank" == Frank Hunleth <fhunleth@troodon-software.com> writes:

 Frank> Added support for compiling tiffcp and tiff2pdf.
 Frank> Added options for compiling out various libtiff features. By default,
 Frank> all libtiff features are built so that the result is the same as before
 Frank> this change.

 Frank> Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com>
 Frank> ---
 Frank>  package/tiff/Config.in |   75 ++++++++++++++++++++++++++++++++++++++++++++++-
 Frank>  package/tiff/tiff.mk   |   70 ++++++++++++++++++++++++++++++++++++++++++++-
 Frank>  2 files changed, 142 insertions(+), 3 deletions(-)

 Frank> diff --git a/package/tiff/Config.in b/package/tiff/Config.in
 Frank> index c6336e2..007b37d 100644
 Frank> --- a/package/tiff/Config.in
 Frank> +++ b/package/tiff/Config.in
 Frank> @@ -1,8 +1,79 @@
 Frank>  config BR2_PACKAGE_TIFF
 Frank>  	bool "tiff"
 Frank> -	select BR2_PACKAGE_ZLIB
 Frank> -	select BR2_PACKAGE_JPEG
 Frank>  	help
 Frank>  	  Library for handling TIFF (Tag Image File Format) images.
 
 Frank>  	  http://www.libtiff.org/
 Frank> +
 Frank> +if BR2_PACKAGE_TIFF
 Frank> +menu "tiff Options"
 Frank> +
 Frank> +config BR2_PACKAGE_TIFF_LARGE_FILE
 Frank> +        bool "Large file support"
 Frank> +	default y

Need to indent with <tab>.

How is this related to the global BR2_LARGEFILE setting? We already pass
--disable-largefile for !BR2_LARGEFILE builds (see package/Makefile.in).

Otherwise it looks good.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2012-01-11 17:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-09  4:44 [Buildroot] [PATCH] tiff: add utility commands and library options Frank Hunleth
2012-01-11 17:22 ` Peter Korsgaard [this message]
2012-01-12  3:11   ` Frank Hunleth

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=87d3aq9msb.fsf@macbook.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