diff options
-rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index 8975647daf..761d80c2fd 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb | |||
@@ -56,10 +56,12 @@ FILES_SOLIBSDEV = "${libdir}/libdb.so ${libdir}/libdb_cxx.so" | |||
56 | 56 | ||
57 | #configuration - set in local.conf to override | 57 | #configuration - set in local.conf to override |
58 | # All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix) | 58 | # All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix) |
59 | DB5_CONFIG ?= "--enable-o_direct --disable-cryptography --disable-queue --disable-replication --disable-verify --disable-compat185 --disable-sql" | 59 | DB5_CONFIG ?= "--enable-o_direct --disable-cryptography --disable-queue --disable-replication --disable-compat185 --disable-sql" |
60 | 60 | ||
61 | EXTRA_OECONF = "${DB5_CONFIG} --enable-shared --enable-cxx --with-sysroot STRIP=true" | 61 | EXTRA_OECONF = "${DB5_CONFIG} --enable-shared --enable-cxx --with-sysroot STRIP=true" |
62 | 62 | ||
63 | PACKAGECONFIG[verify] = "--enable-verify, --disable-verify" | ||
64 | |||
63 | EXTRA_OEMAKE += "LIBTOOL='./${HOST_SYS}-libtool'" | 65 | EXTRA_OEMAKE += "LIBTOOL='./${HOST_SYS}-libtool'" |
64 | 66 | ||
65 | EXTRA_AUTORECONF += "--exclude=autoheader -I ${S}/dist/aclocal -I${S}/dist/aclocal_java" | 67 | EXTRA_AUTORECONF += "--exclude=autoheader -I ${S}/dist/aclocal -I${S}/dist/aclocal_java" |