aboutsummaryrefslogtreecommitdiff
path: root/lang/lualanes/patches
Commit message (Collapse)AuthorAge
* lualanes: Version bump to v3.16.2Mark Baker2024-02-04
| | | | | | | | | | | | | | Update the PKG_VERSION and PKG_SOURCE_VERSION to pull version 3.16.2 from upstream. The upstream version includes fixes for the `pthread_yield: symbol not found` issue. Removed patches 100-musl-compat.patch and 200-fix-redef-error.patch as fixes were implemented upstream. Build tested on aarch64, arm_cortex_a15/a9, i386, mips[el]_24kc, powerpc_464fp/8548, riscv64, x86_64. Confirmed on x86_64. Signed-off-by: Mark Baker <mark@vpost.net>
* lualanes: build with CMakeRosen Penev2021-04-06
| | | | | | | | | | | | Faster to compile. Add license information. Several cleanups for consistency between packages. Small patch fix now that uClibc-ng is gone. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* lualanes: Update to 3.13.0Rosen Penev2018-12-13
| | | | | | Switched to codeload for a simpler Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* lualanes: fix musl compatibilityMaxim Storchak2015-08-06
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>