]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
travis: export CFLAGS on linux
authorJason Ish <ish@unx.ca>
Tue, 17 Jan 2017 21:39:15 +0000 (15:39 -0600)
committerJason Ish <ish@unx.ca>
Tue, 17 Jan 2017 21:54:26 +0000 (15:54 -0600)
.travis.yml

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