CVS commit: src/external/mit/lua/usr.bin/lua

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 11:55:50 UTC 2011 Modified Files: src/external/mit/lua/usr.bin/lua: Makefile Log Message: libterminfo needs to come after libedit for static linking (while here, coalesce LDADD/DPADD lines) To generate a diff of this

CVS commit: src/external/mit/lua/usr.bin/lua

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 11:38:15 UTC 2011 Modified Files: src/external/mit/lua/usr.bin/lua: Makefile Log Message: link against the dynamic library [liblua.so] we could link against the static liblua.a here (the Lua dist build does that) but w

CVS commit: src/external/mit/lua/usr.bin/lua

2011-01-19 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Jan 19 10:17:04 UTC 2011 Modified Files: src/external/mit/lua/usr.bin/lua: Makefile Log Message: include libm and libedit in DPADD To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/mit/lua/usr.bin/lua/

CVS commit: src/external/mit/lua/usr.bin/lua

2010-11-05 Thread Havard Eidnes
Module Name:src Committed By: he Date: Fri Nov 5 10:50:51 UTC 2010 Modified Files: src/external/mit/lua/usr.bin/lua: Makefile Log Message: To allow static linking, specify -lterminfo as well, and don't rely on shared library inter-dependencies to pull everything together.