summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb
index 56512a2e2e..253187e33c 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb
+++ b/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb
@@ -74,6 +74,10 @@ WIREDTIGER ?= "off"
74WIREDTIGER:x86-64 = "on" 74WIREDTIGER:x86-64 = "on"
75WIREDTIGER:aarch64 = "on" 75WIREDTIGER:aarch64 = "on"
76 76
77# ld.gold: fatal error: build/59f4f0dd/mongo/mongod: Structure needs cleaning
78LDFLAGS:append:x86:libc-musl = " -fuse-ld=bfd"
79LDFLAGS:remove:toolchain-clang = "-fuse-ld=bfd"
80
77EXTRA_OESCONS = "PREFIX=${prefix} \ 81EXTRA_OESCONS = "PREFIX=${prefix} \
78 DESTDIR=${D} \ 82 DESTDIR=${D} \
79 MAXLINELENGTH='2097152' \ 83 MAXLINELENGTH='2097152' \