From 5f80f82f605e73495c876d9cfda8a969f18ef56a Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 13 Dec 2023 12:03:54 +0100 Subject: [PATCH] rec: Always set the two new vars in the Makefile, follow up to 13588 Fixes #13611 --- pdns/recursordist/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 36285b9546..08784dd64d 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -21,10 +21,8 @@ AM_CXXFLAGS = \ -DPKGLIBDIR=\"$(pkglibdir)\" \ -DLOCALSTATEDIR=\"$(socketdir)\" -if NOD_ENABLED AM_CXXFLAGS += \ -DNODCACHEDIRNOD=\"$(nodcachedir)/nod\" -DNODCACHEDIRUDR=\"$(nodcachedir)/udr\" -endif if FSTRM AM_CPPFLAGS += \ -- 2.47.2