summaryrefslogtreecommitdiff
path: root/repo/lua-mpack/dont-install-busted.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repo/lua-mpack/dont-install-busted.patch')
-rw-r--r--repo/lua-mpack/dont-install-busted.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/repo/lua-mpack/dont-install-busted.patch b/repo/lua-mpack/dont-install-busted.patch
new file mode 100644
index 0000000..2acb260
--- /dev/null
+++ b/repo/lua-mpack/dont-install-busted.patch
@@ -0,0 +1,13 @@
+Fix Makefile to not try to download and install LuaRocks and busted; use
+system-provided busted.
+--- a/Makefile
++++ b/Makefile
+@@ -61,7 +61,7 @@
+ depsclean:
+ rm -rf $(DEPS_DIR)
+
+-test: $(BUSTED) $(MPACK)
++test: $(MPACK)
+ $(BUSTED) -o gtest test.lua
+
+ valgrind: $(BUSTED) $(MPACK)