mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
luarocks: never wraps script
this config prevents the introduction of some HOST_DIR paths on target Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5bdc76ee23
commit
29e583388f
@ -37,6 +37,7 @@ define HOST_LUAROCKS_INSTALL_CMDS
|
|||||||
echo "external_deps_dirs = { [[$(STAGING_DIR)/usr]] }" >> $(LUAROCKS_CONFIG_FILE)
|
echo "external_deps_dirs = { [[$(STAGING_DIR)/usr]] }" >> $(LUAROCKS_CONFIG_FILE)
|
||||||
echo "gcc_rpath = false" >> $(LUAROCKS_CONFIG_FILE)
|
echo "gcc_rpath = false" >> $(LUAROCKS_CONFIG_FILE)
|
||||||
echo "rocks_trees = { [[$(TARGET_DIR)/usr]] }" >> $(LUAROCKS_CONFIG_FILE)
|
echo "rocks_trees = { [[$(TARGET_DIR)/usr]] }" >> $(LUAROCKS_CONFIG_FILE)
|
||||||
|
echo "wrap_bin_scripts = false" >> $(LUAROCKS_CONFIG_FILE)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(host-generic-package))
|
$(eval $(host-generic-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user