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!
—
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
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
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