summaryrefslogtreecommitdiffstats
path: root/rules/lua.in
Commit message (Collapse)AuthorAgeFilesLines
* lua: Add missing dependency to pthread.Denis OSTERLAND2018-01-161-0/+1
| | | | | | | liblua depends on pthread. Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lua: Fix dependency to readline.Denis OSTERLAND2018-01-161-1/+1
| | | | | | | | | Depend on readline always on build time. This will not add runtime dependency to lua pkg. But add runtime dependency, if lua tool gets installed. Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* lua: version bump 5.1.4 -> 5.3.4Denis OSTERLAND2017-10-011-8/+1
| | | | | | | | Instead of write own build rules with autoconf tools, only adapt projects make files to work in ptxdist environment. Signed-off-by: Denis Osterland <Denis.Osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [lua] version bump 5.1.3 -> 5.1.4Robert Schwebel2010-10-111-0/+2
| | | | | | | While being there, fixed a dependency. Lua needs libm and libdl. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [lua] just cleanupsMarc Kleine-Budde2009-10-291-1/+1
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* * rules/*.in:Marc Kleine-Budde2008-10-281-0/+1
| | | | | | | added SECTION git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8983 33e552b5-05e3-0310-8538-816dae2090ed
* * gettext.in, lua.in, gpsd.in:Marc Kleine-Budde2008-09-291-1/+1
| | | | | | | fix menu indention git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8895 33e552b5-05e3-0310-8538-816dae2090ed
* * lua: Add lua support to ptxdist 1.99Robert Schwebel2008-07-301-0/+54
From: Erwin Rol <erwin@erwinrol.com> This patch add lua support to ptxdist 1.99. It has a menu entry under scripting languages. And a patch that makes it possible to use autoconf to build. Signed-off-by: Erwin Rol <erwin@erwinrol.com> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8698 33e552b5-05e3-0310-8538-816dae2090ed