From: Pierre Chifflier Date: Tue, 27 Sep 2022 21:24:59 +0000 (+0100) Subject: llc X-Git-Tag: archive/raspbian/1%6.0.8-1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8e3dbe57cfcf38c1a09e895c84f0890c4ba6e1ef;p=suricata.git llc Gbp-Pq: Name llc.patch --- diff --git a/configure.ac b/configure.ac index 6bce748d..ddd12dd2 100644 --- a/configure.ac +++ b/configure.ac @@ -461,11 +461,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])