luajit: create developer symlinks

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>
This commit is contained in:
Pascal Bach
2018-01-17 15:40:31 +01:00
committed by Armin Kuster
parent 26d60d24a4
commit f17663186e
@@ -53,6 +53,7 @@ EXTRA_OEMAKE = "\
\
'PREFIX=${prefix}' \
'MULTILIB=${baselib}' \
'LDCONFIG=:' \
"
do_compile () {