X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/3973a016a5df84a7dc0f9ea2866d9a02ce1ca926..89a5871f2cd3542e74a19d4869b588f48e265d39:/build_matrix.sh diff --git a/build_matrix.sh b/build_matrix.sh index fc3b7707..2be11f03 100755 --- a/build_matrix.sh +++ b/build_matrix.sh @@ -71,12 +71,13 @@ choose_libpcap() { if [ "$BUILD_LIBPCAP" = no ]; then echo_magenta 'Use system libpcap' rm -rf $PREFIX + make -C ../libpcap distclean || : else # Build libpcap with autoconf CMAKE_SAVE=$CMAKE CMAKE=no echo_magenta "Build libpcap (CMAKE=$CMAKE REMOTE=$REMOTE)" - (cd ../libpcap && ./build.sh && make distclean) + (cd ../libpcap && ./build.sh) CMAKE=$CMAKE_SAVE fi }