mongodb: make update check work.
This commit is contained in:
parent
6aaf85cf74
commit
26fa322c65
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue