summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/db/db_5.3.21.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/db/db_5.3.21.bb b/meta/recipes-support/db/db_5.3.21.bb
index 8ec887007a..caf6890261 100644
--- a/meta/recipes-support/db/db_5.3.21.bb
+++ b/meta/recipes-support/db/db_5.3.21.bb
@@ -63,7 +63,7 @@ FILES_SOLIBSDEV = "${libdir}/libdb.so ${libdir}/libdb_cxx.so"
63# All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix) 63# All the --disable-* options replace --enable-smallbuild, which breaks a bunch of stuff (eg. postfix)
64DB5_CONFIG ?= "--enable-o_direct --disable-cryptography --disable-queue --disable-replication --disable-verify --disable-compat185 --disable-sql" 64DB5_CONFIG ?= "--enable-o_direct --disable-cryptography --disable-queue --disable-replication --disable-verify --disable-compat185 --disable-sql"
65 65
66EXTRA_OECONF = "${DB5_CONFIG} --enable-shared --enable-cxx" 66EXTRA_OECONF = "${DB5_CONFIG} --enable-shared --enable-cxx --with-sysroot"
67 67
68# Override the MUTEX setting here, the POSIX library is 68# Override the MUTEX setting here, the POSIX library is
69# the default - "POSIX/pthreads/library". 69# the default - "POSIX/pthreads/library".