luarocks: Fix seeded uname (s/m) in siteconfig 3684/head
authorDavid Thornley <david.thornley@touchstargroup.com>
Thu, 22 Dec 2016 07:11:38 +0000 (18:11 +1100)
committerDavid Thornley <david.thornley@touchstargroup.com>
Thu, 22 Dec 2016 07:12:15 +0000 (18:12 +1100)
commit1542acaba737abd29e8cb8c7de07da8224556c8d
tree2c29cc6ba4988ff04ef28f5f2f870c968f9d1ba5
parent89b8be41357916e80191381819c306ea5697c176
luarocks: Fix seeded uname (s/m) in siteconfig

LUAROCKS_UNAME_S/LUAROCKS_UNAME_M were being set automatically to host’s architecture and system/kernel name (e.g.. x86 and Darwin for the macOS)
The variables can now be supplied to configure via the supplied patch.
They are currently _S being hardcoded to “Linux” and _M set to the target architecture in the MakeFile.

Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
lang/luarocks/Makefile
lang/luarocks/patches/02_allow_configure_uname_siteconfig_adjustment.patch [new file with mode: 0644]