mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
committed by
Armin Kuster
parent
26d60d24a4
commit
f17663186e
@@ -53,6 +53,7 @@ EXTRA_OEMAKE = "\
|
||||
\
|
||||
'PREFIX=${prefix}' \
|
||||
'MULTILIB=${baselib}' \
|
||||
'LDCONFIG=:' \
|
||||
"
|
||||
|
||||
do_compile () {
|
||||
|
||||
Reference in New Issue
Block a user