[build] fix configure script flags

This commit is contained in:
Timothy Stack 2017-04-07 07:44:50 -07:00
parent 783bd88762
commit 006141b911

View File

@ -5,7 +5,7 @@ compiler: gcc
sudo: false sudo: false
install: install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi - if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi
script: ./autogen.sh && ./configure && make distcheck -j3 script: ./autogen.sh && ./configure LDFLAGS="-static-libstdc++ -static-libgcc" && make distcheck -j3
after_script: test -e test/test-suite.log && cat test/test-suite.log after_script: test -e test/test-suite.log && cat test/test-suite.log
env: env: