summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-29 20:41:37 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-08-29 20:42:31 +0200
commitf56de721c4d98e5c064be584e0efbb14f84b0b71 (patch)
tree75905d8686366a4ce22aef8c90ff4177b2538a52
parente4f6046f7a2932aa746c705d2b3d3d4745f5b061 (diff)
downloadbuildroot-f56de721c4d98e5c064be584e0efbb14f84b0b71.tar.gz
buildroot-f56de721c4d98e5c064be584e0efbb14f84b0b71.zip
ibrdtn: fix bogus dependency on zlib
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@free-electrons.com>
-rw-r--r--package/ibrdtn/ibrdtn.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/ibrdtn/ibrdtn.mk b/package/ibrdtn/ibrdtn.mk
index aab27a8acc..f899843396 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)
OpenPOWER on IntegriCloud