Hello,
On 28 May 2023, at 18:05, Benny Siegert wrote:
The following reply was made to PR pkg/57412; it has been noted by GNATS.
From: Benny Siegert <bsiegert%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/57412: lua-luv change for macOS and neovim usage
Date: Sun, 28 May 2023 12:03:26 +0200On Wed, May 17, 2023 at 4:40=E2=80=AFPM <jonthn+pkgsrc%pinacea.com@localhost> wrote:
+.if ${OPSYS} =3D=3D "Darwin"
+LUA_LINKER_MAGIC=3D no
+.endifI saw some other module that had the same issue. Do you know if this
is something that should just be set for all Lua modules? (Probably
not?)
As far I saw it’s not required for all modules but I’m not familiar enough with Lua modules in general.
How can we fix this problem systematically?
I don’t know if there a process that leads to proper/correct generation maybe looking at the Makefile if provided to compile/link.
And maybe going the other way and not using bundle
will work better.
Sorry for not helping enough on this matter.
--=20
Benny