Skip to content

Commit

Permalink
ibrdtn: fix bogus dependency on zlib
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
tpetazzoni committed Aug 29, 2015
1 parent e4f6046 commit f56de72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/ibrdtn/ibrdtn.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f56de72

Please sign in to comment.