From affc33bd2774d2a65f3c0a41e4df779560c119fc Mon Sep 17 00:00:00 2001 From: Srivats P Date: Sun, 3 Dec 2017 14:07:31 +0530 Subject: [PATCH] Install libpcap via homebrew for MacOS builds Native MacOSX libcap doesn't have remote-ext.h (included via HAVE_REMOTE) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 535c0eb..5a422e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ matrix: compiler: gcc before_install: - - "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew tap cartr/qt4 && brew tap-pin cartr/qt4 && brew install qt && brew install protobuf && ls -lR /usr/local/include; fi" + - "if [ $TRAVIS_OS_NAME = 'osx' ]; then brew update && brew tap cartr/qt4 && brew tap-pin cartr/qt4 && brew install qt@4 && brew install protobuf && brew install libpcap && ls -lR /usr/local/include; fi" addons: apt: