mongodb: disable_debug=1 aka ETOOHUGE

This commit is contained in:
Juan RP 2014-10-15 19:34:05 +02:00
parent d35c8ae8f5
commit 580f368610

View file

@ -28,6 +28,8 @@ _scons_args=" --use-system-boost \
--nostrip \
--disable-warnings-as-errors"
build_options="systemd"
# ETOOHUGE
disable_debug=1
do_configure() {
find . -name SConstruct -print0 | xargs -0 sed -i "s/-Werror/-Wno-error/g"