From: Pierre Chifflier Date: Thu, 21 Apr 2022 17:53:32 +0000 (+0100) Subject: llc X-Git-Tag: archive/raspbian/1%6.0.5-2+rpi1^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b4f1088281856726a58230a8f2d180c6b3d6153b;p=suricata.git llc Gbp-Pq: Name llc.patch --- diff --git a/configure.ac b/configure.ac index e190d6ce..51306c76 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])