mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-19 22:11:41 +00:00
LuaJIT tries to call ldconfig during installation which doesn't work. This causes the .so and .so.2 symlinks to no be created. By setting "LDCONFIG= :" the call will be skipped the same as on Darwin Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>