Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libarchive: add conditional dependency on zlib
Date: Fri, 23 Oct 2009 09:37:47 +0200	[thread overview]
Message-ID: <878wf2o910.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1256246073-31069-1-git-send-email-s.neumann@raumfeld.com> (Sven Neumann's message of "Thu\, 22 Oct 2009 23\:14\:33 +0200")

>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:

 Sven> If zlib is selected, then it should be built before libarchive so that
 Sven> libarchive picks up the headers and includes support for zlib
 Sven> compression.

 Sven> Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
 Sven> ---
 Sven>  package/libarchive/libarchive.mk |    3 +++
 Sven>  1 files changed, 3 insertions(+), 0 deletions(-)

 Sven> diff --git a/package/libarchive/libarchive.mk b/package/libarchive/libarchive.mk
 Sven> index 32f68f7..6a2706f 100644
 Sven> --- a/package/libarchive/libarchive.mk
 Sven> +++ b/package/libarchive/libarchive.mk
 Sven> @@ -10,6 +10,9 @@ LIBARCHIVE_LIBTOOL_PATCH = NO
 Sven>  LIBARCHIVE_INSTALL_STAGING = YES
 Sven>  LIBARCHIVE_INSTALL_TARGET = YES
 
 Sven> +ifeq ($(BR2_PACKAGE_ZLIB),y)
 Sven> +LIBARCHIVE_DEPENDENCIES = zlib
 Sven> +

Where's the endif?


-- 
Bye, Peter Korsgaard

  reply	other threads:[~2009-10-23  7:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-22 21:14 [Buildroot] [PATCH] libarchive: add conditional dependency on zlib Sven Neumann
2009-10-23  7:37 ` Peter Korsgaard [this message]
2009-10-23  7:53   ` Sven Neumann
2009-10-23  8:15     ` 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=878wf2o910.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