summaryrefslogtreecommitdiffstats
path: root/package/c-icap
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-05-21 23:41:17 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-22 21:55:10 +0200
commita396b3ab1ecc0dff00be9e04f36494d0d68569f7 (patch)
treeab1fabb938333736679210896309743fe10ceeb6 /package/c-icap
parent3d1234dab8ae714ebb52fd78d075f084a410b338 (diff)
downloadbuildroot-a396b3ab1ecc0dff00be9e04f36494d0d68569f7.tar.gz
buildroot-a396b3ab1ecc0dff00be9e04f36494d0d68569f7.zip
package/c-icap: fix bzip2 configure option
The configure option controlling bzip2 support got its current name in 2012 with its initial commit: https://sourceforge.net/p/c-icap/code/890/#diff-2 This patch fixes the configure warning: configure: WARNING: unrecognized options: [...] --without-bzip2 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/c-icap')
-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