From: Pierre Chifflier Date: Mon, 19 Jul 2021 11:26:22 +0000 (+0100) Subject: llc X-Git-Tag: archive/raspbian/1%6.0.1-3+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=57172225d0ca1f6d757f8d478d7ff98bd0c92efc;p=suricata.git llc Gbp-Pq: Name llc.patch --- diff --git a/configure.ac b/configure.ac index e375b1a6..6a0acddb 100644 --- a/configure.ac +++ b/configure.ac @@ -497,11 +497,12 @@ [ AS_IF([test "$CLANG" != no], [ - llc_candidates=$($CLANG --version | \ - awk '/^clang version/ { - split($3, v, "."); - printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) - }') + #llc_candidates=$($CLANG --version | \ + # awk '/^clang version/ { + # split($3, v, "."); + # printf("llc-%s.%s llc-%s llc", v[[1]], v[[2]], v[[1]]) + # }') + llc_candidates=llc AC_CHECK_PROGS([LLC], [$llc_candidates], "no") if test "$LLC" = "no"; then AC_MSG_ERROR([unable to find any of $llc_candidates needed to build ebpf files])