Leo Famulari <l...@famulari.name> skribis: > * gnu/packages/patches/lua52-liblua-so.patch: New file. > * gnu/packages/lua.scm (lua-5.2): Use lua52-liblua-so.patch.
Applied, thanks. This is not optimal though because: 1. We’re still providing liblua.a, but that archives actually contains PIC code. 2. The ‘lua’ and ‘luac’ executables are not linked against liblua.so. If you have time, it would be nice to discuss this with upstream; it’s not something we should fix ourselves IMO. Ludo’.