Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -7,13 +7,11 @@
|
||||
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+
|
||||
C_ICAP_LICENSE = LGPL-2.1+
|
||||
C_ICAP_LICENSE_FILES = COPYING
|
||||
C_ICAP_INSTALL_STAGING = YES
|
||||
C_ICAP_CONFIG_SCRIPTS = c-icap-config c-icap-libicapapi-config
|
||||
C_ICAP_CONF_OPTS = \
|
||||
--with-process-mutexes=posix \
|
||||
--without-ldap \
|
||||
--without-perl \
|
||||
--enable-large-files \
|
||||
--enable-ipv6
|
||||
@@ -29,17 +27,45 @@ C_ICAP_CONF_ENV = ac_cv_10031b_ipc_sem=yes ac_cv_fcntl=yes
|
||||
C_ICAP_AUTORECONF = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
|
||||
C_ICAP_CONF_OPTS += --with-berkeleydb
|
||||
C_ICAP_CONF_OPTS += --with-bdb
|
||||
C_ICAP_DEPENDENCIES += berkeleydb
|
||||
else
|
||||
C_ICAP_CONF_OPTS += --without-berkeleydb
|
||||
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_LIBMEMCACHED),y)
|
||||
C_ICAP_CONF_OPTS += --with-memcached
|
||||
C_ICAP_DEPENDENCIES += libmemcached
|
||||
else
|
||||
C_ICAP_CONF_OPTS += --without-memcached
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENLDAP),y)
|
||||
C_ICAP_CONF_OPTS += --with-ldap
|
||||
C_ICAP_DEPENDENCIES += openldap
|
||||
else
|
||||
C_ICAP_CONF_OPTS += --without-ldap
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
C_ICAP_CONF_OPTS += --with-openssl
|
||||
C_ICAP_DEPENDENCIES += openssl
|
||||
else
|
||||
C_ICAP_CONF_OPTS += --without-openssl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PCRE),y)
|
||||
C_ICAP_CONF_OPTS += --with-pcre
|
||||
C_ICAP_DEPENDENCIES += pcre
|
||||
else
|
||||
C_ICAP_CONF_OPTS += --without-pcre
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
|
||||
Reference in New Issue
Block a user