浏览代码

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>
Thomas Petazzoni 10 年之前
父节点
当前提交
f56de721c4
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      package/ibrdtn/ibrdtn.mk

+ 0 - 1
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)