From: Victor Julien Date: Mon, 23 Nov 2020 20:57:36 +0000 (+0100) Subject: atomics: fix compilation on ppc64 X-Git-Tag: suricata-6.0.1~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d0b0e8739c3796c05e58fd09a62cb03efdde5b7;p=thirdparty%2Fsuricata.git atomics: fix compilation on ppc64 --- diff --git a/configure.ac b/configure.ac index 32c2302099..f1f316f3f1 100644 --- a/configure.ac +++ b/configure.ac @@ -708,6 +708,8 @@ # unittests when jit is enabled. pcre_jit_available="no, pcre 8.39/8.40 jit disabled for powerpc64" fi + # hack: use libatomic + LIBS="${LIBS} -latomic" ;; *) # bug 1693, libpcre 8.35 is broken and debian jessie is still using that