]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Use --prefix to make sure libpcap is installed in /tmp.
authorGuy Harris <[email protected]>
Mon, 22 Jan 2018 19:32:29 +0000 (11:32 -0800)
committerGuy Harris <[email protected]>
Mon, 22 Jan 2018 19:32:29 +0000 (11:32 -0800)
.travis.yml

index 8d7b3359a257814d46a683a3c00475a5ea32ba5d..a12f4ca0283b3e8ea6adf8fe905884238af4968b 100644 (file)
@@ -78,7 +78,7 @@ install:
   - if [ "$TRAVIS_OS_NAME" = osx ]; then brew install libsmi | grep -v '%'; fi
 
 before_script:
-  - if [ "$BUILD_LIBPCAP" = true ]; then (cd .. && echo '$ git clone [...] libpcap.git' && git clone --depth=50 --branch=master --quiet git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure "--${REMOTE}-remote" && make && make install); fi
+  - if [ "$BUILD_LIBPCAP" = true ]; then (cd .. && echo '$ git clone [...] libpcap.git' && git clone --depth=50 --branch=master --quiet git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure "--${REMOTE}-remote" --prefix=/tmp && make && make install); fi
 
 script:
   - if [ "$COVERITY_SCAN_BRANCH" != 1 -a "$CMAKE" = no ]; then touch .devel configure; fi