mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-15 02:42:38 +00:00
mongodb: Pass OBJCOPY to scons so it does not use it from host
Fixes objcopy: Unable to recognise the format of the input file `build/opt/mongo/mongos' Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Vincent Prince <vincent.prince.fr@gmail.com.com>
This commit is contained in:
parent
a9df2ed0c0
commit
e91940073a
@ -60,6 +60,7 @@ EXTRA_OESCONS = "PREFIX=${prefix} \
|
|||||||
CXXFLAGS='${CXXFLAGS}' \
|
CXXFLAGS='${CXXFLAGS}' \
|
||||||
TARGET_ARCH=${TARGET_ARCH} \
|
TARGET_ARCH=${TARGET_ARCH} \
|
||||||
MONGO_VERSION=${PV} \
|
MONGO_VERSION=${PV} \
|
||||||
|
OBJCOPY=${OBJCOPY} \
|
||||||
--ssl \
|
--ssl \
|
||||||
--disable-warnings-as-errors \
|
--disable-warnings-as-errors \
|
||||||
--use-system-zlib \
|
--use-system-zlib \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user