diff --git a/src/deps/src/luajit/COPYRIGHT b/src/deps/src/luajit/COPYRIGHT index f57d0d4cf..2a930a3d8 100644 --- a/src/deps/src/luajit/COPYRIGHT +++ b/src/deps/src/luajit/COPYRIGHT @@ -1,7 +1,7 @@ =============================================================================== LuaJIT -- a Just-In-Time Compiler for Lua. https://luajit.org/ -Copyright (C) 2005-2023 Mike Pall. All rights reserved. +Copyright (C) 2005-2025 Mike Pall. All rights reserved. Copyright (C) 2017-2018 Yichun Zhang. All rights reserved. diff --git a/src/deps/src/luajit/Makefile b/src/deps/src/luajit/Makefile index cac43c280..d789e9f37 100644 --- a/src/deps/src/luajit/Makefile +++ b/src/deps/src/luajit/Makefile @@ -10,7 +10,7 @@ # For MSVC, please follow the instructions given in src/msvcbuild.bat. # For MinGW and Cygwin, cd to src and run make with the Makefile there. # -# Copyright (C) 2005-2023 Mike Pall. See Copyright Notice in luajit.h +# Copyright (C) 2005-2025 Mike Pall. See Copyright Notice in luajit.h ############################################################################## MAJVER= 2 @@ -37,12 +37,13 @@ export MULTILIB= lib DPREFIX= $(DESTDIR)$(PREFIX) INSTALL_BIN= $(DPREFIX)/bin INSTALL_LIB= $(DPREFIX)/$(MULTILIB) -INSTALL_SHARE= $(DPREFIX)/share +INSTALL_SHARE_= $(PREFIX)/share +INSTALL_SHARE= $(DESTDIR)$(INSTALL_SHARE_) INSTALL_DEFINC= $(DPREFIX)/include/luajit-$(MMVERSION) INSTALL_INC= $(INSTALL_DEFINC) -export INSTALL_LJLIBD= $(INSTALL_SHARE)/luajit-$(MMVERSION) -INSTALL_JITLIB= $(INSTALL_LJLIBD)/jit +export INSTALL_LJLIBD= $(INSTALL_SHARE_)/luajit-$(MMVERSION) +INSTALL_JITLIB= $(DESTDIR)$(INSTALL_LJLIBD)/jit INSTALL_LMODD= $(INSTALL_SHARE)/lua INSTALL_LMOD= $(INSTALL_LMODD)/$(ABIVER) INSTALL_CMODD= $(INSTALL_LIB)/lua @@ -71,7 +72,7 @@ INSTALL_PC= $(INSTALL_PKGCONFIG)/$(INSTALL_PCNAME) INSTALL_DIRS= $(INSTALL_BIN) $(INSTALL_LIB) $(INSTALL_INC) $(INSTALL_MAN) \ $(INSTALL_PKGCONFIG) $(INSTALL_JITLIB) $(INSTALL_LMOD) $(INSTALL_CMOD) -UNINSTALL_DIRS= $(INSTALL_JITLIB) $(INSTALL_LJLIBD) $(INSTALL_INC) \ +UNINSTALL_DIRS= $(INSTALL_JITLIB) $(DESTDIR)$(INSTALL_LJLIBD) $(INSTALL_INC) \ $(INSTALL_LMOD) $(INSTALL_LMODD) $(INSTALL_CMOD) $(INSTALL_CMODD) RM= rm -f diff --git a/src/deps/src/luajit/README b/src/deps/src/luajit/README index e4a692654..201f1b727 100644 --- a/src/deps/src/luajit/README +++ b/src/deps/src/luajit/README @@ -5,7 +5,7 @@ LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. Project Homepage: https://luajit.org/ -LuaJIT is Copyright (C) 2005-2023 Mike Pall. +LuaJIT is Copyright (C) 2005-2025 Mike Pall. LuaJIT is free software, released under the MIT license. See full Copyright Notice in the COPYRIGHT file or in luajit.h. diff --git a/src/deps/src/luajit/doc/bluequad-print.css b/src/deps/src/luajit/doc/bluequad-print.css index 4a1392789..5bfda5d32 100644 --- a/src/deps/src/luajit/doc/bluequad-print.css +++ b/src/deps/src/luajit/doc/bluequad-print.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2023 Mike Pall. +/* Copyright (C) 2004-2025 Mike Pall. * * You are welcome to use the general ideas of this design for your own sites. * But please do not steal the stylesheet, the layout or the color scheme. diff --git a/src/deps/src/luajit/doc/bluequad.css b/src/deps/src/luajit/doc/bluequad.css index 7399f6251..5334a7596 100644 --- a/src/deps/src/luajit/doc/bluequad.css +++ b/src/deps/src/luajit/doc/bluequad.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2023 Mike Pall. +/* Copyright (C) 2004-2025 Mike Pall. * * You are welcome to use the general ideas of this design for your own sites. * But please do not steal the stylesheet, the layout or the color scheme. diff --git a/src/deps/src/luajit/doc/contact.html b/src/deps/src/luajit/doc/contact.html index cc4d8c723..d8d34a690 100644 --- a/src/deps/src/luajit/doc/contact.html +++ b/src/deps/src/luajit/doc/contact.html @@ -3,7 +3,7 @@ Contact - + @@ -94,7 +94,7 @@ don't like that, please complain to Google or Microsoft, not me.

Copyright

All documentation is -Copyright © 2005-2023 Mike Pall. +Copyright © 2005-2025 Mike Pall.

@@ -102,7 +102,7 @@ Copyright © 2005-2023 Mike Pall.