2021-02-21 00:02:15 +00:00
|
|
|
--- a/config
|
|
|
|
+++ b/config
|
2019-11-01 06:55:02 +00:00
|
|
|
@@ -1,16 +1,16 @@
|
Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq
Signed-off-by: Dirk Chang <dirk@kooiot.com>
2015-04-27 12:34:27 +00:00
|
|
|
# Installation directories
|
|
|
|
|
|
|
|
# Default prefix
|
|
|
|
-PREFIX = /usr/local
|
|
|
|
+PREFIX = /usr
|
|
|
|
|
2019-11-01 06:55:02 +00:00
|
|
|
# Lua version
|
|
|
|
LUA_SYS_VER ?= 5.2
|
|
|
|
|
Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq
Signed-off-by: Dirk Chang <dirk@kooiot.com>
2015-04-27 12:34:27 +00:00
|
|
|
# System's libraries directory (where binary libraries are installed)
|
2019-11-01 06:55:02 +00:00
|
|
|
-LUA_LIBDIR= $(PREFIX)/lib/lua/$(LUA_SYS_VER)
|
Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq
Signed-off-by: Dirk Chang <dirk@kooiot.com>
2015-04-27 12:34:27 +00:00
|
|
|
+LUA_LIBDIR= $(PREFIX)/lib/lua
|
|
|
|
|
|
|
|
# System's lua directory (where Lua libraries are installed)
|
2019-11-01 06:55:02 +00:00
|
|
|
-LUA_DIR= $(PREFIX)/share/lua/$(LUA_SYS_VER)
|
|
|
|
+LUA_DIR= $(PREFIX)/share/lua
|
Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq
Signed-off-by: Dirk Chang <dirk@kooiot.com>
2015-04-27 12:34:27 +00:00
|
|
|
|
|
|
|
# Lua includes directory
|
|
|
|
LUA_INC= $(PREFIX)/include
|