diff options
-rw-r--r-- | meta-oe/recipes-support/mongodb/mongodb_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mongodb/mongodb_git.bb b/meta-oe/recipes-support/mongodb/mongodb_git.bb index a91240a71..6522a671e 100644 --- a/meta-oe/recipes-support/mongodb/mongodb_git.bb +++ b/meta-oe/recipes-support/mongodb/mongodb_git.bb | |||
@@ -44,6 +44,7 @@ EXTRA_OESCONS = "--prefix=${D}${prefix} \ | |||
44 | --nostrip \ | 44 | --nostrip \ |
45 | ${EXTRA_OECONF} \ | 45 | ${EXTRA_OECONF} \ |
46 | mongod mongos" | 46 | mongod mongos" |
47 | DISABLE_STATIC = "" | ||
47 | 48 | ||
48 | scons_do_compile() { | 49 | scons_do_compile() { |
49 | ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} ${EXTRA_OESCONS} || \ | 50 | ${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} ${EXTRA_OESCONS} || \ |