mongodb: extract update_* to external update file
This commit is contained in:
parent
e73d014e3a
commit
65e92d86d6
2 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,6 @@ _scons_args=" --use-system-boost \
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
# ETOOHUGE
|
# ETOOHUGE
|
||||||
nodebug=1
|
nodebug=1
|
||||||
update_site=$homepage/downloads
|
|
||||||
update_pattern="mongodb-src-r\K[\d.]+(?=.tar)"
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
find . -name SConstruct -print0 | xargs -0 sed -i "s/-Werror/-Wno-error/g"
|
find . -name SConstruct -print0 | xargs -0 sed -i "s/-Werror/-Wno-error/g"
|
||||||
|
|
2
srcpkgs/mongodb/update
Normal file
2
srcpkgs/mongodb/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site=$homepage/downloads
|
||||||
|
pattern="mongodb-src-r\K[\d.]+(?=.tar)"
|
Loading…
Reference in a new issue