ibrdtn: fix bogus dependency on zlib
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 29 Aug 2015 18:41:37 +0000 (20:41 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 29 Aug 2015 18:42:31 +0000 (20:42 +0200)
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>
package/ibrdtn/ibrdtn.mk

index aab27a8accec3e29eced9c8f429be3d48067a2ab..f89984339616cd873fa5e9d94382113028db0c3c 100644 (file)
@@ -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)