[oe-commits] [meta-openembedded] 25/39: luajit: create developer symlinks

git at git.openembedded.org git at git.openembedded.org
Tue Jan 23 03:43:17 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master
in repository meta-openembedded.

commit f17663186e390e0409628b7b6236f0e1b97e31d6
Author: Pascal Bach <pascal.bach at siemens.com>
AuthorDate: Wed Jan 17 15:40:31 2018 +0100

    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 at siemens.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
index 73c3811..2e91875 100644
--- a/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
+++ b/meta-oe/recipes-devtools/luajit/luajit_2.0.5.bb
@@ -53,6 +53,7 @@ EXTRA_OEMAKE = "\
     \
     'PREFIX=${prefix}' \
     'MULTILIB=${baselib}' \
+    'LDCONFIG=:' \
 "
 
 do_compile () {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list