2021-02-21 00:02:15 +00:00
|
|
|
--- a/Makefile
|
|
|
|
+++ b/Makefile
|
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
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
# $Id: Makefile,v 1.7 2007/10/11 00:02:56 carregal Exp $
|
|
|
|
|
|
|
|
-CONFIG= ./config
|
|
|
|
+CFLAGS+= -fPIC
|
|
|
|
|
|
|
|
include $(CONFIG)
|
|
|
|
|