From: Otto Moerbeek Date: Wed, 13 Dec 2023 11:03:54 +0000 (+0100) Subject: rec: Always set the two new vars in the Makefile, follow up to 13588 X-Git-Tag: auth-4.9.0-alpha1~46^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F13612%2Fhead;p=thirdparty%2Fpdns.git rec: Always set the two new vars in the Makefile, follow up to 13588 Fixes #13611 --- 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 += \