summaryrefslogtreecommitdiffstats
path: root/package/luarocks
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2014-07-25 20:21:25 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-26 09:04:05 +0200
commit5363cf1733e12066ff98cc2d527f648f3781ed14 (patch)
treeab78006105c67ca8ced95d6de37029fcb2347f27 /package/luarocks
parent0b8411afac3864a2a25a502ede791ccc8bd57aef (diff)
downloadbuildroot-5363cf1733e12066ff98cc2d527f648f3781ed14.tar.gz
buildroot-5363cf1733e12066ff98cc2d527f648f3781ed14.zip
luarocks: move the option --deps-mode
The option moves from `luarocks make` command to the LuaRocks config file. This change and the merge of PR https://github.com/keplerproject/luarocks/pull/236 in LuaRocks 2.2.0 avoids the confusing message "Missing dependency" Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/luarocks')
-rw-r--r--package/luarocks/luarocks.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/luarocks/luarocks.mk b/package/luarocks/luarocks.mk
index 19c1c94840..5f7f3952e7 100644
--- a/package/luarocks/luarocks.mk
+++ b/package/luarocks/luarocks.mk
@@ -38,6 +38,7 @@ define HOST_LUAROCKS_INSTALL_CMDS
echo "gcc_rpath = false" >> $(LUAROCKS_CONFIG_FILE)
echo "rocks_trees = { [[$(TARGET_DIR)/usr]] }" >> $(LUAROCKS_CONFIG_FILE)
echo "wrap_bin_scripts = false" >> $(LUAROCKS_CONFIG_FILE)
+ echo "deps_mode = [[none]]" >> $(LUAROCKS_CONFIG_FILE)
endef
$(eval $(host-generic-package))
OpenPOWER on IntegriCloud