summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/c-icap/c-icap.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/c-icap/c-icap.mk b/package/c-icap/c-icap.mk
index 466d08b505..7925f5bc3e 100644
--- a/package/c-icap/c-icap.mk
+++ b/package/c-icap/c-icap.mk
@@ -36,10 +36,10 @@ C_ICAP_CONF_OPTS += --without-bdb
endif
ifeq ($(BR2_PACKAGE_BZIP2),y)
-C_ICAP_CONF_OPTS += --with-bzip2
+C_ICAP_CONF_OPTS += --with-bzlib
C_ICAP_DEPENDENCIES += bzip2
else
-C_ICAP_CONF_OPTS += --without-bzip2
+C_ICAP_CONF_OPTS += --without-bzlib
endif
ifeq ($(BR2_PACKAGE_ZLIB),y)
OpenPOWER on IntegriCloud