mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
See: https://github.com/openresty/luajit2/releases/tag/v2.1-20250117 Signed-off-by: Javier Marcet <javier@marcet.info>
14 lines
283 B
Diff
14 lines
283 B
Diff
--- a/src/luaconf.h
|
|
+++ b/src/luaconf.h
|
|
@@ -34,8 +34,8 @@
|
|
#ifndef LUA_LMULTILIB
|
|
#define LUA_LMULTILIB "lib"
|
|
#endif
|
|
-#define LUA_LROOT "/usr/local"
|
|
-#define LUA_LUADIR "/lua/5.1/"
|
|
+#define LUA_LROOT "/usr"
|
|
+#define LUA_LUADIR "/lua/"
|
|
|
|
#ifdef LUA_ROOT
|
|
#define LUA_JROOT LUA_ROOT
|