From: Francois-Xavier Le Bail Date: Mon, 28 Apr 2025 05:53:57 +0000 (+0200) Subject: CI: Call print_so_deps() on rpcapd in remote enabled build X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain CI: Call print_so_deps() on rpcapd in remote enabled build This will help debugging. --- diff --git a/build.sh b/build.sh index 637b7bf6..ad20a5a6 100755 --- a/build.sh +++ b/build.sh @@ -141,6 +141,7 @@ run_after_echo "$PREFIX/bin/pcap-config" --additional-libs --static run_after_echo "$PREFIX/bin/pcap-config" --libs --static-pcap-only run_after_echo "$PREFIX/bin/pcap-config" --additional-libs --static-pcap-only +[ "$REMOTE" = yes ] && print_so_deps "$PREFIX/sbin/rpcapd" [ "$REMOTE" = yes ] && run_after_echo "$PREFIX/sbin/rpcapd" -h # VALGRIND_CMD is meant either to collapse or to expand.