summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-02-15 19:07:16 -0500
committerJames P. Harvey2019-02-21 20:08:11 -0500
commit997ae7f2e810bedf2d8b0abe4ef0fd1221fab1b5 (patch)
tree85356e20de052f2891acdaffcbc55247636e19c9
parente541642f571f6f961e4e1aa605610f5e3d512f70 (diff)
downloadaur-997ae7f2e810bedf2d8b0abe4ef0fd1221fab1b5.tar.gz
Remove disabled '--use-system-v8' option with compilation error comment. This was added in 2.4.5-1. Subsequently, the option was removed entirely. See https://jira.mongodb.org/browse/SERVER-19378
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f63d0840a12c..bbb09546b03a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,6 @@ _scons_args=(
--ssl
--disable-warnings-as-errors
# --use-system-asio # https://jira.${pkgname}.org/browse/SERVER-21839
- # --use-system-v8 # Doesn't compile
# --use-system-icu
--use-system-tcmalloc # in gperftools
)