From 68afb0b7db1822aa6b484c82f7d9e715da708ac8 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Jun 03 2020 11:07:13 +0000 Subject: Fix build with new Boost --- diff --git a/pdns-recursor.spec b/pdns-recursor.spec index bf105aa..d79fd3f 100644 --- a/pdns-recursor.spec +++ b/pdns-recursor.spec @@ -55,7 +55,8 @@ package if you need a dns cache for your network. %else --with-lua \ %endif - --with-socketdir=%{_rundir} + --with-socketdir=%{_rundir} \ + CPPFLAGS="-DBOOST_BIND_GLOBAL_PLACEHOLDERS" make %{?_smp_mflags}