Re: git commit: TS-2711 Build with the include LuaJIT

2014-04-15 Thread Leif Hedstrom
On Apr 15, 2014, at 10:02 AM, Leif Hedstrom wrote: > > darwin) >if test "x${enable_lua_support}" = "xLuaJIT"; then > LUA_LUAJIT_LDFLAGS="-Wl,-pagezero_size,1 -Wl,-image_base,1" >fi >;; > esac > > A Oh duh, that if statement will obviously fail… Sigh. Thanks! —

Re: git commit: TS-2711 Build with the include LuaJIT

2014-04-15 Thread James Peach
On Apr 15, 2014, at 9:02 AM, Leif Hedstrom wrote: > > On Apr 15, 2014, at 9:41 AM, James Peach wrote: > >> On Apr 15, 2014, at 7:29 AM, zw...@apache.org wrote: >> ... >>> +# These are currently built separate, as part of building the lib/ tree, >>> using >>> +# the normal LuaJIT build system

Re: git commit: TS-2711 Build with the include LuaJIT

2014-04-15 Thread Leif Hedstrom
On Apr 15, 2014, at 9:41 AM, James Peach wrote: > On Apr 15, 2014, at 7:29 AM, zw...@apache.org wrote: > ... >> +# These are currently built separate, as part of building the lib/ tree, >> using >> +# the normal LuaJIT build system. We are using the .o's directly, instead >> of the >> +# luaji

Re: git commit: TS-2711 Build with the include LuaJIT

2014-04-15 Thread James Peach
On Apr 15, 2014, at 7:29 AM, zw...@apache.org wrote: ... > +# These are currently built separate, as part of building the lib/ tree, > using > +# the normal LuaJIT build system. We are using the .o's directly, instead of > the > +# luajit.a to avoid the linker from optimizing symbols away. We cou