blob: d5733beb39cf67675a7aa2fe4c8c012ef88514a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
PR = "r10"
# major version number
PVM = "4.3"
require db4.inc
SRC_URI += "file://arm-thumb-mutex.patch;patch=1"
#configuration - set in local.conf to override
# All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix)
DB4_CONFIG ?= "--enable-o_direct --disable-cryptography --disable-queue --disable-replication --disable-statistics --disable-verify --enable-compat185"
|