From: Francois-Xavier Le Bail Date: Thu, 19 Sep 2024 19:46:54 +0000 (+0200) Subject: build_matrix.sh: Use the local libpcap before the system one X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/9fcec3cada18c2523fb0589a0239ecfc7f586c90 build_matrix.sh: Use the local libpcap before the system one This means we'll catch any "make check" errors sooner. ("make check" is not run with system libpcap.) --- diff --git a/build_matrix.sh b/build_matrix.sh index b78ceb56..a719afd4 100755 --- a/build_matrix.sh +++ b/build_matrix.sh @@ -7,7 +7,7 @@ # MATRIX_BUILD_LIBPCAP, MATRIX_REMOTE, MATRIX_CC, MATRIX_CMAKE, MATRIX_CRYPTO # and MATRIX_SMB. -: "${MATRIX_BUILD_LIBPCAP:=no yes}" +: "${MATRIX_BUILD_LIBPCAP:=yes no}" : "${MATRIX_REMOTE:=no}" : "${MATRIX_CC:=gcc clang}" : "${MATRIX_CMAKE:=no yes}"