]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Use gcc-ar and gcc-ranlib when building EL packages 12543/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 13 Feb 2023 13:10:00 +0000 (14:10 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 14 Feb 2023 11:43:19 +0000 (12:43 +0100)
builder-support/specs/dnsdist.spec

index 0407dd51d629064e487ddd49857b0607042b572d..68b3e0dab1f28047273d4f4ea0570f9416af114f 100644 (file)
@@ -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 \