[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Building Lua 5.3 from Lua.org on FreeBSD
- From: Russell Haley <russ.haley@...>
- Date: Sat, 22 Jul 2017 15:15:32 -0700
Yes, that's the patch! I was also surprised when I looked at it and
checked the site again in case it was a wrong link. I performed the
change manually in vim and Lua compiled. I reversed the change to
prove that it wasn't just me. Lua does not compile without this
change!
Regards,
Russ
On Sat, Jul 22, 2017 at 2:58 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>> I can confirm the patch fixes Lua 5.3.4 as provided by the tarball on
>> FreeBSD 12-CURRENT on armv6 and in a 11.0-RELEASE jail running on a
>> 12-CURRENT amd64 host. I have not tested:
>
> Are you talking about this?
> https://github.com/pfsense/FreeBSD-ports/blob/1110cd5f947a5e774ae0a4e5e6d74776ee0e3678/lang/lua53/files/patch-src_lua.c
>
> This patches lua.c to include <string.h> before <signal.h>.
>
> Otherwise, could you please give a link to the patch ?
>
> Thanks.
>