From 9b976714d25ca4ab6b609b77a1cf2dabdb1d64df Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 28 Dec 2017 08:57:30 +0100 Subject: community/mongodb: removed dependency on wiredtiger (which is 64-bit only and blacklisted) --- community/mongodb/PKGBUILD | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/mongodb/PKGBUILD (limited to 'community') diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD new file mode 100644 index 00000000..f8c6ceb5 --- /dev/null +++ b/community/mongodb/PKGBUILD @@ -0,0 +1,11 @@ +# wiredtiger is 64-bit only and blacklisted, so build mongodb without it + +depends=($( + printf '%s\n' "${depends[@]}" | \ + sed '/^wiredtiger/d' +)) + +_scons_args=($( + printf '%s\n' "${_scons_args[@]}" | \ + sed 's/--use-system-wiredtiger/--wiredtiger=off/g' +)) -- cgit v1.2.3