[Buildroot] [git commit] ibrdtn: fix bogus dependency on zlib

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Aug 29 18:42:31 UTC 2015


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

Due to a copy/paste mistake, zlib was being added to
<pkg>_DEPENDENCIES even when not enabled in the configuration. This
commit fixes that.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/ibrdtn/ibrdtn.mk |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/package/ibrdtn/ibrdtn.mk b/package/ibrdtn/ibrdtn.mk
index aab27a8..f899843 100644
--- a/package/ibrdtn/ibrdtn.mk
+++ b/package/ibrdtn/ibrdtn.mk
@@ -17,7 +17,6 @@ IBRDTN_CONF_OPTS += --with-compression
 IBRDTN_DEPENDENCIES += zlib
 else
 IBRDTN_CONF_OPTS += --without-compression
-IBRDTN_DEPENDENCIES += zlib
 endif
 
 ifeq ($(BR2_PACKAGE_LIBGLIB2),y)


More information about the buildroot mailing list