diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-27 21:18:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-27 21:18:58 +0000 |
commit | 1d38751d6bdb3dcc752ba638311f33f8b2458ef3 (patch) | |
tree | ec73771da9a2fb4e14d51c15a7a7ce0f8cb5fb75 /package/lua/patches-host/200-lua-path.patch | |
parent | 479c497f58a49b93f1cf7d021b96f607f8e796d6 (diff) | |
download | master-187ad058-1d38751d6bdb3dcc752ba638311f33f8b2458ef3.tar.gz master-187ad058-1d38751d6bdb3dcc752ba638311f33f8b2458ef3.tar.bz2 master-187ad058-1d38751d6bdb3dcc752ba638311f33f8b2458ef3.zip |
lua: re-enable host builds with some more fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18189 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lua/patches-host/200-lua-path.patch')
-rw-r--r-- | package/lua/patches-host/200-lua-path.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/lua/patches-host/200-lua-path.patch b/package/lua/patches-host/200-lua-path.patch deleted file mode 100644 index 62dd00e399..0000000000 --- a/package/lua/patches-host/200-lua-path.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- b/src/luaconf.h 2008-05-06 20:10:46.000000000 +0200 -+++ a/src/luaconf.h 2008-05-06 20:10:27.000000000 +0200 -@@ -95,9 +95,9 @@ - ".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll" - - #else --#define LUA_ROOT "/usr/local/" --#define LUA_LDIR LUA_ROOT "share/lua/5.1/" --#define LUA_CDIR LUA_ROOT "lib/lua/5.1/" -+#define LUA_ROOT "/usr/" -+#define LUA_LDIR LUA_ROOT "share/lua/" -+#define LUA_CDIR LUA_ROOT "lib/lua/" - #define LUA_PATH_DEFAULT \ - "./?.lua;" LUA_LDIR"?.lua;" LUA_LDIR"?/init.lua;" \ - LUA_CDIR"?.lua;" LUA_CDIR"?/init.lua" |