]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
oops 14990/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 6 Feb 2025 12:10:54 +0000 (13:10 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 6 Feb 2025 12:10:54 +0000 (13:10 +0100)
builder-support/specs/dnsdist.spec

index 0ce449f78ef85a1ba0dd7ef0e897d7a67a827fe9..08fa62a0baa95f85714cee1cbd33f3f8376ea8b7 100644 (file)
@@ -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++