Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/9] package/c-icap: fix berkeleydb configure option
@ 2017-05-21 21:41 Bernd Kuhls
  2017-05-21 21:41 ` [Buildroot] [PATCH/next 2/9] package/c-icap: fix bzip2 " Bernd Kuhls
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Bernd Kuhls @ 2017-05-21 21:41 UTC (permalink / raw)
  To: buildroot

The configure option controlling berkeleydb support got its current
name in 2009: https://sourceforge.net/p/c-icap/code/322/

This patch fixes a configure warning:

configure: WARNING: unrecognized options: [...] --without-berkeleydb, [...]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/c-icap/c-icap.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/c-icap/c-icap.mk b/package/c-icap/c-icap.mk
index 17f3459ab..466d08b50 100644
--- a/package/c-icap/c-icap.mk
+++ b/package/c-icap/c-icap.mk
@@ -29,10 +29,10 @@ 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)
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-05-23 13:41 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-21 21:41 [Buildroot] [PATCH/next 1/9] package/c-icap: fix berkeleydb configure option Bernd Kuhls
2017-05-21 21:41 ` [Buildroot] [PATCH/next 2/9] package/c-icap: fix bzip2 " Bernd Kuhls
2017-05-22 19:53   ` Thomas Petazzoni
2017-05-21 21:41 ` [Buildroot] [PATCH/next 3/9] package/c-icap: add optional support for openldap Bernd Kuhls
2017-05-23 13:41   ` Thomas Petazzoni
2017-05-21 21:41 ` [Buildroot] [PATCH/next 4/9] package/c-icap: add optional support for pcre Bernd Kuhls
2017-05-21 21:41 ` [Buildroot] [PATCH/next 5/9] package/c-icap: add optional support for libmemcached Bernd Kuhls
2017-05-21 21:41 ` [Buildroot] [PATCH/next 6/9] package/c-icap: remove configure option process-mutexes Bernd Kuhls
2017-05-21 21:41 ` [Buildroot] [PATCH/next 7/9] package/c-icap: bump version to 0.5.2 Bernd Kuhls
2017-05-21 21:41 ` [Buildroot] [PATCH/next 8/9] package/c-icap-modules: bump version to 0.4.5 Bernd Kuhls
2017-05-21 21:41 ` [Buildroot] [PATCH/next 9/9] package/c-icap: add optional support for openssl Bernd Kuhls
2017-05-22 19:53 ` [Buildroot] [PATCH/next 1/9] package/c-icap: fix berkeleydb configure option Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox