[Slackbuilds-users] Cannot build elinks

B. Watson urchlay at slackware.uk
Wed Dec 11 20:53:49 UTC 2024



On Wed, 11 Dec 2024, B. Watson wrote:

>
>
> On Wed, 11 Dec 2024, Shahab Vahedi via SlackBuilds-users wrote:
>
>> Could this be related to lua-jit upgrade of few weeks ago?
>
> It could be, and probably is. I thought I'd tested elinks with the new
> lua, but I'll check again.

Yep. I'd fixed it locally, but the fix never made its way into git.

If you don't want to wait for this week's update, you can easily apply
the fix yourself:

Edit elinks.SlackBuid. Change line 137 from this:

CFLAGS="$SLKCFLAGS -L/usr/lib$LIBDIRSUFFIX" \

...to this:

CFLAGS="$SLKCFLAGS -L/usr/lib$LIBDIRSUFFIX -DLUA_COMPAT_5_3" \

...or, you can checkout my branch from the git repo.

Thanks for spotting this!


More information about the SlackBuilds-users mailing list