From: Remi Gacogne Date: Mon, 23 Jan 2023 13:34:29 +0000 (+0100) Subject: dnsdist: Use llvm-ar and llvm-ranlib when LTO is enabled X-Git-Tag: dnsdist-1.8.0-rc1~75^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12471%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Use llvm-ar and llvm-ranlib when LTO is enabled --- diff --git a/tasks.py b/tasks.py index edbf0307e1..75a1f77670 100644 --- a/tasks.py +++ b/tasks.py @@ -426,6 +426,8 @@ def ci_dnsdist_configure(c, features): cxxflags = cflags + ' -Wp,-D_GLIBCXX_ASSERTIONS ' + additional_flags res = c.run('''CFLAGS="%s" \ CXXFLAGS="%s" \ + AR=llvm-ar-12 \ + RANLIB=llvm-ranlib-12 \ ./configure \ CC='clang-12' \ CXX='clang++-12' \