]> The Tcpdump Group git mirrors - tcpdump/commitdiff
.travis.yml: Build a fresh version of libpcap from
authorMarc Abramowitz <[email protected]>
Fri, 30 Nov 2012 18:45:44 +0000 (10:45 -0800)
committerMarc Abramowitz <[email protected]>
Fri, 30 Nov 2012 18:45:44 +0000 (10:45 -0800)
https://github.com/mcr/libpcap.git

.travis.yml

index 02189e61e4e3885f1d74b3a7abebf5682bed0a04..4aabe64114bdcd13b994ed14be6db086a2f9e356 100644 (file)
@@ -1,6 +1,7 @@
 language: c
 
 before_script:
+  - ( cd ../ && git clone https://github.com/mcr/libpcap.git && cd libpcap && ./configure && make )
   - sudo apt-get install libpcap-dev libssl-dev libssl0.9.8 libssl1.0.0
 
 script: