aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-mpack/dont-install-busted.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-mpack/dont-install-busted.patch')
-rw-r--r--community/lua-mpack/dont-install-busted.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/lua-mpack/dont-install-busted.patch b/community/lua-mpack/dont-install-busted.patch
new file mode 100644
index 0000000000..f6e07fa28f
--- /dev/null
+++ b/community/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/binding/lua/Makefile
++++ b/binding/lua/Makefile
+@@ -61,7 +61,7 @@
+ depsclean:
+ rm -rf $(DEPS_DIR)
+
+-test: $(BUSTED) $(MPACK)
++test: $(MPACK)
+ $(BUSTED) -o gtest test.lua
+
+ valgrind: $(BUSTED) $(MPACK)