Allow package builder use non-compiled embedded lua chunk
Brought to you by:
nangel
Since lua bytecode is not portable for machines with different byte order, cross-compiled haserl with lua support will fail.
Attached patch: do not compile embedded lua chunk if user passed --disable-lua-precompiled flag to configure. Thus, haserl will process this chunk every time it starts. It is a trade-off between performance and portability for binary package builder to decide.
Oooops, wrong patch attached :-( Here is a correct one.