Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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



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 would need to pass "-Wl,--export-dynamic" to ensure that
all symbols were available, as dlopen() with other modules may cause
problems later.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/lua/usr.bin/lua/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index