Skip to content
Snippets Groups Projects
Commit 1c05c631 authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

Remove unused options from luarocks hardcoded config

The options are not used anymore since update to 3.1.1,
see third_party/luarocks/src/luarocks/core/cfg.lua.

They should have been removed by commit
4222c1f6
("rocks: update luarocks to 3.1.1")
parent 7ac60487
No related branches found
No related tags found
No related merge requests found
......@@ -7,18 +7,12 @@ return {
LUA_MODULES_LUA_SUBDIR = [[/share/tarantool]],
SYSCONFDIR = [[@CMAKE_INSTALL_FULL_SYSCONFDIR@/tarantool/rocks]],
FORCE_CONFIG = false,
ROCKS_TREE = [[/usr/local/]],
ROCKS_SUBDIR = [[/share/tarantool/rocks]],
ROCKS_SERVERS = {
[[http://rocks.tarantool.org/]],
},
LOCALDIR = require('fio').cwd(),
HOME_TREE_SUBDIR = [[/.rocks]],
LUA_DIR_SET = true,
UNAME_S = [[@CMAKE_SYSTEM_NAME@]],
UNAME_M = [[@CMAKE_SYSTEM_PROCESSOR@]],
DOWNLOADER = [[curl]],
MD5CHECKER = [[openssl]],
EXTERNAL_DEPS_SUBDIRS = {
bin = "bin",
lib = {"lib", [[@MULTILIB@]]},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment