aboutsummaryrefslogtreecommitdiff
path: root/lang/luajit/Makefile
diff options
context:
space:
mode:
authorSergey V. Lobanov <sergey@lobanov.in>2022-01-08 01:48:08 +0300
committerJosef Schlehofer <pepe.schlehofer@gmail.com>2022-01-08 08:04:03 +0100
commit42c4d254552c04f41a2b93811147ef56af45bf9c (patch)
treea949a41ae41537f6f0dad3314b13cec89c060702 /lang/luajit/Makefile
parenta4325bc3b910b04f9a268781482905da4802b780 (diff)
luajit: fix build on macos (ldconfig issue)
fix ldconfig build issue. This patch is a backport from upstream: https://github.com/LuaJIT/LuaJIT/commit/18c9cf7d3788a8f7408df45df92fc4ae3bcc0d80 Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Diffstat (limited to 'lang/luajit/Makefile')
-rw-r--r--lang/luajit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile
index abafb1764..72e73beff 100644
--- a/lang/luajit/Makefile
+++ b/lang/luajit/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luajit
PKG_VERSION:=2.1.0-beta3
-PKG_RELEASE:=5
+PKG_RELEASE:=6
PKG_SOURCE:=LuaJIT-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://luajit.org/download