aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/lua/patches-host/001-include-version-number.patch
Commit message (Collapse)AuthorAgeFilesLines
* lua: fix build with MacOS's makeRafał Miłecki2019-06-281-0/+9
| | | | | | | | It apparently requires passing V variable explicitly. Fixes: fe59b46ca7e0 ("lua: include version number in installed files") Reported-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* lua: include version number in installed filesRafał Miłecki2019-06-281-0/+48
This will allow installing Lua 5.1 and newer versions at the same time. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>