Jim Walker wrote: >> Eddie Luo wrote: >>>>> New webrev can be found at the same place: >>>>> http://cr.opensolaris.org/~eddie/lua/. >>>>> > > Eddie, > > usr/src/pkgdefs/SUNWlua/prototype_com > - these unused directories should be removed: > 76 d none usr/lib/lua/5.1 755 root bin > 84 d none usr/share/lua 755 root bin > 85 d none usr/share/lua/5.1 755 root bin > > Cheers, > Jim > >
Hi Jim, I made below changes to my workspace besides your comment: 1. create 64 bit dynamic library(liblua.so) and delete 32 bit static library(liblua.a). 2. do not deliver lua.hpp and add headers.patch to lauxlib.h, lua.h & lualib.h for use in C++ programs. 3. update package depend file by removing dependency "SUNWlibsasl", but leave SUNWlibmsr as lua use libm.so when compiling. I have successfully rebuilt my workspace using nightly on x86 build server(snv_104) and you can look more details via new webrev at the same place http://cr.opensolaris.org/~eddie/lua/. Thanks, Eddie
