summaryrefslogtreecommitdiffstats
path: root/lua-forge/lua51/patch-src_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lua-forge/lua51/patch-src_Makefile')
-rw-r--r--lua-forge/lua51/patch-src_Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/lua-forge/lua51/patch-src_Makefile b/lua-forge/lua51/patch-src_Makefile
index 3b491bc4b7..7ecea06a06 100644
--- a/lua-forge/lua51/patch-src_Makefile
+++ b/lua-forge/lua51/patch-src_Makefile
@@ -1,5 +1,17 @@
---- src/Makefile.orig 2008-01-19 22:37:58.000000000 +0300
-+++ src/Makefile 2008-08-22 19:08:36.560448176 +0400
+diff -ur lua-5.1.5/src/Makefile lua-mod/src/Makefile
+--- lua-5.1.5/src/Makefile 2012-02-13 14:41:22.000000000 -0600
++++ lua-mod/src/Makefile 2013-02-17 10:46:55.269489335 -0600
+@@ -15,8 +15,8 @@
+ LIBS= -lm $(MYLIBS)
+
+ MYCFLAGS=
+-MYLDFLAGS=
+-MYLIBS=
++MYLDFLAGS= -lm -ldl
++MYLIBS= -ldl
+
+ # == END OF USER SETTINGS. NO NEED TO CHANGE ANYTHING BELOW THIS LINE =========
+
@@ -35,8 +35,10 @@
LUAC_T= luac
LUAC_O= luac.o print.o