summaryrefslogtreecommitdiffstats
path: root/package/c-icap
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2016-04-26 10:36:53 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-26 22:00:38 +0200
commit716e7d5ef82fc19db286dceeeb3e686f24a48461 (patch)
tree123a3b682e5deed554f591b9947537b0c5e4e246 /package/c-icap
parentfbf9411d0a4a440abd2755b4f61b4e5e9e169cf2 (diff)
downloadbuildroot-716e7d5ef82fc19db286dceeeb3e686f24a48461.tar.gz
buildroot-716e7d5ef82fc19db286dceeeb3e686f24a48461.zip
c-icap: bump to version 0.4.2
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/c-icap')
-rw-r--r--package/c-icap/c-icap.hash2
-rw-r--r--package/c-icap/c-icap.mk5
2 files changed, 5 insertions, 2 deletions
diff --git a/package/c-icap/c-icap.hash b/package/c-icap/c-icap.hash
index 89c70f423e..2b083ef659 100644
--- a/package/c-icap/c-icap.hash
+++ b/package/c-icap/c-icap.hash
@@ -1,2 +1,2 @@
# Locally calculated
-sha256 46b97fab73dbb9e8def8e34c3f94048c92f50a5341bb85bec4f6f6349aec529a c_icap-0.3.5.tar.gz
+sha256 b138c7d7d9828d54c3307bcfe7b4917911266593832ffc26a60df9a0dfd2511e c_icap-0.4.2.tar.gz
diff --git a/package/c-icap/c-icap.mk b/package/c-icap/c-icap.mk
index b4defb8737..cff642cd9c 100644
--- a/package/c-icap/c-icap.mk
+++ b/package/c-icap/c-icap.mk
@@ -4,7 +4,7 @@
#
################################################################################
-C_ICAP_VERSION = 0.3.5
+C_ICAP_VERSION = 0.4.2
C_ICAP_SOURCE = c_icap-$(C_ICAP_VERSION).tar.gz
C_ICAP_SITE = http://downloads.sourceforge.net/c-icap
C_ICAP_LICENSE = LGPLv2.1+
@@ -17,6 +17,9 @@ C_ICAP_CONF_OPTS = \
--without-perl \
--enable-large-files \
--enable-ipv6
+# Pre-seed cache variables for tests done with AC_TRY_RUN that are not
+# cross-compile friendly
+C_ICAP_CONF_ENV = ac_cv_10031b_ipc_sem=yes ac_cv_fcntl=yes
ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
C_ICAP_CONF_OPTS += --with-berkeleydb
OpenPOWER on IntegriCloud