From: Peter van Dijk Date: Thu, 6 Feb 2025 12:10:54 +0000 (+0100) Subject: oops X-Git-Tag: dnsdist-2.0.0-alpha1~52^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14990%2Fhead;p=thirdparty%2Fpdns.git oops --- diff --git a/builder-support/specs/dnsdist.spec b/builder-support/specs/dnsdist.spec index 0ce449f78e..08fa62a0ba 100644 --- a/builder-support/specs/dnsdist.spec +++ b/builder-support/specs/dnsdist.spec @@ -60,7 +60,6 @@ dnsdist is a high-performance DNS loadbalancer that is scriptable in Lua. %autosetup -p1 -n %{name}-%{getenv:BUILDER_VERSION} %build -%if 0%{?rhel} >= 8 # We need to build with LLVM/clang to be able to use LTO, since we are linking against a static Rust library built with LLVM export CC=clang export CXX=clang++