diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 18:10:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 18:10:23 +0000 |
commit | 25d318e815d06a829354f84d0d8e4e206473123c (patch) | |
tree | 1e728b5c0c7fbbe2f073c2cd58e791a5ce3ba39e /tools/lua/patches/200-lua-path.patch | |
parent | aa0778f77efb1d5c0d49e66a9d52ff438bc1ba7d (diff) | |
download | upstream-25d318e815d06a829354f84d0d8e4e206473123c.tar.gz upstream-25d318e815d06a829354f84d0d8e4e206473123c.tar.bz2 upstream-25d318e815d06a829354f84d0d8e4e206473123c.zip |
merge host build of lua from tools/ into package/lua/Makefile
SVN-Revision: 14622
Diffstat (limited to 'tools/lua/patches/200-lua-path.patch')
-rw-r--r-- | tools/lua/patches/200-lua-path.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/lua/patches/200-lua-path.patch b/tools/lua/patches/200-lua-path.patch deleted file mode 100644 index 054457744a..0000000000 --- a/tools/lua/patches/200-lua-path.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/src/luaconf.h -+++ b/src/luaconf.h -@@ -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" |