diff options
Diffstat (limited to 'meta/packages/db/db_4.3.29.bb')
-rw-r--r-- | meta/packages/db/db_4.3.29.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/db/db_4.3.29.bb b/meta/packages/db/db_4.3.29.bb index d8f9372caf..93d687d42c 100644 --- a/meta/packages/db/db_4.3.29.bb +++ b/meta/packages/db/db_4.3.29.bb | |||
@@ -17,7 +17,7 @@ HOMEPAGE = "http://www.sleepycat.com" | |||
17 | LICENSE = "BSD Sleepycat" | 17 | LICENSE = "BSD Sleepycat" |
18 | VIRTUAL_NAME ?= "virtual/db" | 18 | VIRTUAL_NAME ?= "virtual/db" |
19 | CONFLICTS = "db3" | 19 | CONFLICTS = "db3" |
20 | PR = "r3" | 20 | PR = "r7" |
21 | 21 | ||
22 | SRC_URI = "http://downloads.sleepycat.com/db-${PV}.tar.gz" | 22 | SRC_URI = "http://downloads.sleepycat.com/db-${PV}.tar.gz" |
23 | #SRC_URI_MD5 = "http://downloads.sleepycat.com/db-${PV}.tar.gz.md5" | 23 | #SRC_URI_MD5 = "http://downloads.sleepycat.com/db-${PV}.tar.gz.md5" |
@@ -55,7 +55,9 @@ FILES_${PN}-bin = "${bindir}/*" | |||
55 | FILES_${PN}-dev = "${includedir} ${libdir}/*" | 55 | FILES_${PN}-dev = "${includedir} ${libdir}/*" |
56 | 56 | ||
57 | #configuration - set in local.conf to override | 57 | #configuration - set in local.conf to override |
58 | DB4_CONFIG ?= "--enable-o_direct --enable-smallbuild --enable-compat185" | 58 | # All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix) |
59 | DB4_CONFIG ?= "--enable-o_direct --disable-cryptography --disable-queue --disable-replication --disable-statistics --disable-verify --enable-compat185" | ||
60 | |||
59 | EXTRA_OECONF = "${DB4_CONFIG}" | 61 | EXTRA_OECONF = "${DB4_CONFIG}" |
60 | 62 | ||
61 | # Override the MUTEX setting here, the POSIX library is | 63 | # Override the MUTEX setting here, the POSIX library is |