Browse Source

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 năm trước cách đây
mục cha
commit
f56de721c4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)