File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $DIR/install_locales.sh $(grep -F posix_locale $DIR/../locales/*.json | sed -e "
22
22
for dep in midgard baldr; do
23
23
pushd deps/$dep
24
24
./autogen.sh
25
- ./configure CPPFLAGS=-DBOOST_SPIRIT_THREADSAFE
25
+ ./configure CPPFLAGS=" -DBOOST_SPIRIT_THREADSAFE -DBOOST_NO_CXX11_SCOPED_ENUMS "
26
26
make -j$( nproc)
27
27
sudo make install
28
28
popd
Original file line number Diff line number Diff line change 3
3
4
4
export LD_LIBRARY_PATH=.:` cat /etc/ld.so.conf.d/* | grep -v -E " #" | tr " \\ n" " :" | sed -e " s/:$//g" `
5
5
./autogen.sh
6
- ./configure --enable-coverage CPPFLAGS=-DBOOST_SPIRIT_THREADSAFE
6
+ ./configure --enable-coverage CPPFLAGS=" -DBOOST_SPIRIT_THREADSAFE -DBOOST_NO_CXX11_SCOPED_ENUMS "
7
7
make test -j$( nproc)
8
8
sudo make install
You can’t perform that action at this time.
0 commit comments