0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-08 02:05:27 +00:00
Files
packages/lang/luajit2/patches/010-lua-path.patch
Javier Marcet 28f48027b6 luajit2: update to v2.1-20240815
Signed-off-by: Javier Marcet <javier@marcet.info>
2024-11-03 09:44:46 +02:00

14 lines
283 B
Diff

--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -35,8 +35,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