From 1e219c58773190c0050b52adfb5947166bef171b Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 13 Feb 2023 14:10:00 +0100 Subject: [PATCH] dnsdist: Use gcc-ar and gcc-ranlib when building EL packages --- builder-support/specs/dnsdist.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/builder-support/specs/dnsdist.spec b/builder-support/specs/dnsdist.spec index 0407dd51d6..68b3e0dab1 100644 --- a/builder-support/specs/dnsdist.spec +++ b/builder-support/specs/dnsdist.spec @@ -69,6 +69,9 @@ export CPPFLAGS=-I/usr/include/boost169 export LDFLAGS=-L/usr/lib64/boost169 %endif +export AR=gcc-ar +export RANLIB=gcc-ranlib + %configure \ --enable-option-checking=fatal \ --sysconfdir=/etc/dnsdist \ -- 2.47.2