mongodb: make update check work.

This commit is contained in:
Enno Boland 2014-11-21 01:59:27 +01:00
parent 6aaf85cf74
commit 26fa322c65

View file

@ -30,6 +30,8 @@ _scons_args=" --use-system-boost \
build_options="systemd"
# ETOOHUGE
nodebug=1
update_site=$homepage/downloads
update_pattern="mongodb-src-r\K[\d.]+(?=.tar)"
do_configure() {
find . -name SConstruct -print0 | xargs -0 sed -i "s/-Werror/-Wno-error/g"