From 8d0b0e8739c3796c05e58fd09a62cb03efdde5b7 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 23 Nov 2020 21:57:36 +0100 Subject: [PATCH] atomics: fix compilation on ppc64 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2