]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Always set the two new vars in the Makefile, follow up to 13588 13612/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Dec 2023 11:03:54 +0000 (12:03 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 13 Dec 2023 11:55:13 +0000 (12:55 +0100)
Fixes #13611

pdns/recursordist/Makefile.am

index 36285b95462f6c3a04b22d906a775aa3c88e6d20..08784dd64dcec2ec197c22c0763da37daaa226a5 100644 (file)
@@ -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 += \