summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/JackMetadata.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/JackMetadata.h b/common/JackMetadata.h
index 7469737a..a6cf18f9 100644
--- a/common/JackMetadata.h
+++ b/common/JackMetadata.h
@@ -24,6 +24,12 @@
#include "config.h"
#endif
+// libdb does not work in 32bit mixed mode
+#ifdef BUILD_WITH_32_64
+#undef HAVE_DB
+#define HAVE_DB 0
+#endif
+
#include <stdint.h>
#if HAVE_DB