From 9652ab9f088ca515ba43bda80b55199e28324b76 Mon Sep 17 00:00:00 2001 From: "Sergey Semyonov (Serge)" Date: Wed, 28 Sep 2016 00:03:45 +0000 Subject: [PATCH] update build rules git-svn-id: svn://kolibrios.org@6551 a494cfbc-eb01-0410-851d-a64ba20cac60 --- contrib/other/lua-5.2.0/Tupfile.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/other/lua-5.2.0/Tupfile.lua b/contrib/other/lua-5.2.0/Tupfile.lua index cd10517a85..95107bdd10 100644 --- a/contrib/other/lua-5.2.0/Tupfile.lua +++ b/contrib/other/lua-5.2.0/Tupfile.lua @@ -3,6 +3,7 @@ HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../programs" or tup.ge tup.include(HELPERDIR .. "/use_gcc.lua") tup.include(HELPERDIR .. "/use_newlib.lua") CFLAGS = CFLAGS .. " -UWIN32 -U_WIN32 -U__WIN32__ -DLUA_COMPAT_ALL -DLUA_ANSI" +LDFLAGS = LDFLAGS .. "--disable-runtime-pseudo-reloc" compile_gcc{ "lapi.c", "lauxlib.c",