From: Peter van Dijk Date: Thu, 4 Oct 2012 05:40:37 +0000 (+0000) Subject: fix recursor+lua build X-Git-Tag: auth-3.2-rc1~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d01c52ac9f6a803fdfb8ef02bb0db2879d23253;p=pdns fix recursor+lua build git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2746 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/Makefile-recursor b/pdns/Makefile-recursor index ef3cc0e21..fb6f594d9 100644 --- a/pdns/Makefile-recursor +++ b/pdns/Makefile-recursor @@ -33,7 +33,7 @@ all: message pdns_recursor rec_control ifeq ($(LUA), 1) LUALIBS=$(LUA_LIBS_CONFIG) - CXXFLAGS+=$(LUA_CPPFLAGS_CONFIG) -DPDNS_ENABLE_LUA + CXXFLAGS+=$(LUA_CPPFLAGS_CONFIG) -DPDNS_ENABLE_LUA -DHAVE_LUA endif