All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 3/3] infozip: add missing optional bzip2 dependencie
@ 2014-01-30 22:15 Romain Naour
  2014-02-02  9:32 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Romain Naour @ 2014-01-30 22:15 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/infozip/infozip.mk | 4 ++++
 1 file changed, 4 insertions(+)

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" \
-- 
1.8.5.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 3/3] infozip: add missing optional bzip2 dependencie
  2014-01-30 22:15 [Buildroot] [PATCH 3/3] infozip: add missing optional bzip2 dependencie Romain Naour
@ 2014-02-02  9:32 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2014-02-02  9:32 UTC (permalink / raw)
  To: buildroot

>>>>> "Romain" == Romain Naour <romain.naour@openwide.fr> writes:

 > Signed-off-by: Romain Naour <romain.naour@openwide.fr>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-02  9:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-30 22:15 [Buildroot] [PATCH 3/3] infozip: add missing optional bzip2 dependencie Romain Naour
2014-02-02  9:32 ` 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.