git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
de531e7
)
Hintsdb: fix build config phase for sqlite
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 9 Jun 2024 15:08:38 +0000
(16:08 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 9 Jun 2024 15:08:38 +0000
(16:08 +0100)
src/src/buildconfig.c
patch
|
blob
|
history
diff --git
a/src/src/buildconfig.c
b/src/src/buildconfig.c
index 8f53671a0fb684fd95b4bbf1b1479b010cc3b5d4..bfd267929814f8990b4c47d4187b6ef42eef0169 100644
(file)
--- a/
src/src/buildconfig.c
+++ b/
src/src/buildconfig.c
@@
-53,7
+53,7
@@
typedef struct {
char *data;
} save_item;
char *data;
} save_item;
-static const char *db_opts[] = { "", "USE_DB", "USE_GDBM", "USE_TDB", "USE_NDBM" };
+static const char *db_opts[] = { "", "USE_DB", "USE_GDBM", "USE_TDB", "USE_NDBM"
, "USE_SQLITE"
};
static int have_ipv6 = 0;
static int have_iconv = 0;
static int have_ipv6 = 0;
static int have_iconv = 0;
@@
-266,7
+266,7
@@
while (fgets(buffer, sizeof(buffer), base) != NULL)
{
if (use_which_db_in_local_makefile)
{
{
if (use_which_db_in_local_makefile)
{
- printf("*** Only one of USE_DB, USE_GDBM, or USE_TDB should be "
+ printf("*** Only one of USE_DB, USE_GDBM,
USE_SQLITE
or USE_TDB should be "
"defined in Local/Makefile\n");
exit(1);
}
"defined in Local/Makefile\n");
exit(1);
}