From ec3d2f2942172d79fe74a01f5c980873e01ff5dd Mon Sep 17 00:00:00 2001 From: Dmitry Kozlov Date: Fri, 13 Oct 2017 23:59:50 +0300 Subject: improved lua support Implemented support for lua 5.2/5.3. To build accel-ppp with exact lua version pass it in -DLUA=x.y, for example -DLUA=5.2 (cmake 3.0 is required for this). Old style -DLUA=TRUE supports only 5.1 and does not require cmake 3.0. Also extra lua modules (lua_lpack, lua_bit) took out into separated library luasupp. --- accel-pppd/include/luasupp.h | 1 + 1 file changed, 1 insertion(+) create mode 120000 accel-pppd/include/luasupp.h (limited to 'accel-pppd/include') diff --git a/accel-pppd/include/luasupp.h b/accel-pppd/include/luasupp.h new file mode 120000 index 00000000..2bdd30a5 --- /dev/null +++ b/accel-pppd/include/luasupp.h @@ -0,0 +1 @@ +../lua/luasupp.h \ No newline at end of file -- cgit v1.2.3