diff options
-rw-r--r-- | community/mongodb/PKGBUILD | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD deleted file mode 100644 index f8c6ceb5..00000000 --- a/community/mongodb/PKGBUILD +++ /dev/null @@ -1,11 +0,0 @@ -# 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' -)) |