From: Peter van Dijk Date: Fri, 29 Nov 2013 07:20:11 +0000 (+0100) Subject: make luabackend respect LUA_LIBS instead of forcing -llua5.1 X-Git-Tag: rec-3.6.0-rc1~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb65fd5a5f2aec975f6a94cdfebd8e8913f33b61;p=pdns make luabackend respect LUA_LIBS instead of forcing -llua5.1 --- diff --git a/modules/luabackend/OBJECTLIBS b/modules/luabackend/OBJECTLIBS index cab857527..9094a029c 100644 --- a/modules/luabackend/OBJECTLIBS +++ b/modules/luabackend/OBJECTLIBS @@ -1 +1 @@ --llua5.1 \ No newline at end of file +$(LUA_LIBS)