All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] infozip: add missing optional bzip2 dependencie
@ 2014-02-02  9:32 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2014-02-02  9:32 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=3d6dc640aec8b50ae88301a8ce7baa2a31fe88f7
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/infozip/infozip.mk |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package/infozip/infozip.mk b/package/infozip/infozip.mk
index 8a356cf..8e51224 100644
--- a/package/infozip/infozip.mk
+++ b/package/infozip/infozip.mk
@@ -10,6 +10,10 @@ INFOZIP_SITE = ftp://ftp.info-zip.org/pub/infozip/src
 INFOZIP_LICENSE = Info-ZIP
 INFOZIP_LICENSE_FILES = LICENSE
 
+ifeq ($(BR2_PACKAGE_BZIP2),y)
+INFOZIP_DEPENDENCIES += bzip2
+endif
+
 define INFOZIP_BUILD_CMDS
 	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) \
 		CFLAGS="$(TARGET_CFLAGS) -I. -DUNIX" \

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-02  9:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-02  9:32 [Buildroot] [git commit] infozip: add missing optional bzip2 dependencie Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.