From eb65fd5a5f2aec975f6a94cdfebd8e8913f33b61 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 29 Nov 2013 08:20:11 +0100 Subject: [PATCH] make luabackend respect LUA_LIBS instead of forcing -llua5.1 --- modules/luabackend/OBJECTLIBS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luabackend/OBJECTLIBS b/modules/luabackend/OBJECTLIBS index cab857527f..9094a029cd 100644 --- a/modules/luabackend/OBJECTLIBS +++ b/modules/luabackend/OBJECTLIBS @@ -1 +1 @@ --llua5.1 \ No newline at end of file +$(LUA_LIBS) -- 2.47.2