All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit master] cdrkit: fix build by adding zlib as dependency
@ 2010-06-08 21:32 Bjørn Forsman
  0 siblings, 0 replies; only message in thread
From: Bjørn Forsman @ 2010-06-08 21:32 UTC (permalink / raw)
  To: buildroot


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

Signed-off-by: Bj?rn Forsman <bjorn.forsman@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/cdrkit/cdrkit.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/cdrkit/cdrkit.mk b/package/cdrkit/cdrkit.mk
index a6a2e80..f7e21b0 100644
--- a/package/cdrkit/cdrkit.mk
+++ b/package/cdrkit/cdrkit.mk
@@ -2,8 +2,8 @@ CDRKIT_VERSION=1.1.10
 CDRKIT_SOURCE=cdrkit-$(CDRKIT_VERSION).tar.gz
 CDRKIT_SITE=http://www.cdrkit.org/releases/
 
-CDRKIT_DEPENDENCIES=libcap bzip2 host-cmake
-HOST_CDRKIT_DEPENDENCIES=host-libcap host-cmake host-bzip2
+CDRKIT_DEPENDENCIES=libcap bzip2 host-cmake zlib
+HOST_CDRKIT_DEPENDENCIES=host-libcap host-cmake host-bzip2 host-zlib
 
 ifeq ($(BR2_ENDIAN),"BIG")
 CMAKE_ENDIAN_OPT=-DBITFIELDS_HTOL=1
-- 
1.6.3.3

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

only message in thread, other threads:[~2010-06-08 21:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-08 21:32 [Buildroot] [git commit master] cdrkit: fix build by adding zlib as dependency Bjørn Forsman

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.