diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-10 16:17:24 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-10 16:17:24 +0000 |
commit | 3015ba72d7dbd9fec52fb653614f554c8f66d029 (patch) | |
tree | 02ce555e54315a4db4b7eae3ddab3a68fd086a48 /packages/db | |
parent | 9d80bd9902136eaf1e92ebcd646815afdf93d5c3 (diff) | |
parent | 646df81c739bf416fb8ec144bc11eb555dcc0cac (diff) |
merge of 'e383b4da996a2fc451decc374fb00f9c927e9ca1'
and 'fdff4c7b074f0518fdc8379e6902fa4e4d984894'
Diffstat (limited to 'packages/db')
-rw-r--r-- | packages/db/db_4.3.29.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/db/db_4.3.29.bb b/packages/db/db_4.3.29.bb index 8671efe02a..d17aec5325 100644 --- a/packages/db/db_4.3.29.bb +++ b/packages/db/db_4.3.29.bb @@ -14,7 +14,7 @@ HOMEPAGE = "http://www.sleepycat.com" LICENSE = "BSD Sleepycat" VIRTUAL_NAME ?= "virtual/db" CONFLICTS = "db3" -PR = "r3" +PR = "r4" SRC_URI = "http://downloads.sleepycat.com/db-${PV}.tar.gz" #SRC_URI_MD5 = "http://downloads.sleepycat.com/db-${PV}.tar.gz.md5" @@ -52,7 +52,8 @@ FILES_${PN}-bin = "${bindir}" FILES_${PN}-dev = "${includedir} ${libdir}" #configuration - set in local.conf to override -DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild --enable-compat185" +# 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" EXTRA_OECONF = "${DB4_CONFIG}" # Override the MUTEX setting here, the POSIX library is |