mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 05:30:02 +00:00
mongodb: Fix build with gcc
Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -21,12 +21,16 @@ SRC_URI = "git://github.com/mongodb/mongo.git;branch=v4.0 \
|
|||||||
file://arm64-support.patch \
|
file://arm64-support.patch \
|
||||||
file://0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch \
|
file://0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch \
|
||||||
file://0001-Support-deprecated-resolver-functions.patch \
|
file://0001-Support-deprecated-resolver-functions.patch \
|
||||||
file://0001-asio-Dont-use-experimental-with-clang.patch \
|
|
||||||
"
|
"
|
||||||
SRC_URI_append_libc-musl ="\
|
SRC_URI_append_libc-musl ="\
|
||||||
file://0002-Fix-default-stack-size-to-256K.patch \
|
file://0002-Fix-default-stack-size-to-256K.patch \
|
||||||
file://0004-wiredtiger-Disable-strtouq-on-musl.patch \
|
file://0004-wiredtiger-Disable-strtouq-on-musl.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
SRC_URI_append_toolchain-clang = "\
|
||||||
|
file://0001-asio-Dont-use-experimental-with-clang.patch \
|
||||||
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
COMPATIBLE_HOST ?= '(x86_64|i.86|powerpc64|arm|aarch64).*-linux'
|
COMPATIBLE_HOST ?= '(x86_64|i.86|powerpc64|arm|aarch64).*-linux'
|
||||||
|
|||||||
Reference in New Issue
Block a user