aboutsummaryrefslogtreecommitdiffstats
path: root/main/lua-stringy/makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/lua-stringy/makefile.patch')
-rw-r--r--main/lua-stringy/makefile.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/lua-stringy/makefile.patch b/main/lua-stringy/makefile.patch
new file mode 100644
index 0000000000..8dc3a70548
--- /dev/null
+++ b/main/lua-stringy/makefile.patch
@@ -0,0 +1,12 @@
+Tests are run in check phase.
+
+--- a/Makefile
++++ b/Makefile
+@@ -13,7 +13,6 @@
+
+ stringy.so: stringy.o stringy_test.lua
+ $(CC) -shared stringy.o -o $@
+- $(LUA) stringy_test.lua
+
+ clean:
+ rm -f stringy.so stringy.o *.rock