mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
mongodb: Fix to work with disabled static libs
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
619b7788f6
commit
e9be85ebfa
@@ -44,6 +44,7 @@ EXTRA_OESCONS = "--prefix=${D}${prefix} \
|
|||||||
--nostrip \
|
--nostrip \
|
||||||
${EXTRA_OECONF} \
|
${EXTRA_OECONF} \
|
||||||
mongod mongos"
|
mongod mongos"
|
||||||
|
DISABLE_STATIC = ""
|
||||||
|
|
||||||
scons_do_compile() {
|
scons_do_compile() {
|
||||||
${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} ${EXTRA_OESCONS} || \
|
${STAGING_BINDIR_NATIVE}/scons ${PARALLEL_MAKE} ${EXTRA_OESCONS} || \
|
||||||
|
|||||||
Reference in New Issue
Block a user