travis: export CFLAGS on linux

pull/2495/head
Jason Ish 9 years ago
parent f180ed8715
commit 3e70d7befc

@ -73,6 +73,7 @@ script:
- sh autogen.sh - sh autogen.sh
- | - |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
export CFLAGS="${CFLAGS} ${EXTRA_CFLAGS}"
./configure --enable-nfqueue --enable-unittests --enable-hiredis ${ARGS} ./configure --enable-nfqueue --enable-unittests --enable-hiredis ${ARGS}
fi fi
- | - |

Loading…
Cancel
Save