[oe-commits] [meta-openembedded] 04/04: zlog: fix up library path for multilib

git at git.openembedded.org git at git.openembedded.org
Tue Oct 16 00:47:58 UTC 2018


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

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

commit 7eb7a22f9cf7f864c6c1d21170f50df2a216c3be
Author: Dan Dedrick <dan.dedrick at gmail.com>
AuthorDate: Mon Oct 15 15:48:19 2018 -0400

    zlog: fix up library path for multilib
    
    When using multilib the path for libraries might be something other than
    /usr/lib. zlog defaults LIBRARY_PATH to 'lib' so we need to set this
    appropriately so that cases where this isn't 'lib' it works properly.
    
    Signed-off-by: Dan Dedrick <ddedrick at lexmark.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/zlog/zlog_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/zlog/zlog_git.bb b/meta-oe/recipes-extended/zlog/zlog_git.bb
index 86e6d30..de75164 100644
--- a/meta-oe/recipes-extended/zlog/zlog_git.bb
+++ b/meta-oe/recipes-extended/zlog/zlog_git.bb
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
 
 inherit pkgconfig
 
-EXTRA_OEMAKE = "CC='${CC}' LD='${LD}'"
+EXTRA_OEMAKE = "CC='${CC}' LD='${LD}' LIBRARY_PATH=${baselib}"
 
 do_install() {
     oe_runmake install PREFIX=${D}${exec_prefix} INSTALL=install

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


More information about the Openembedded-commits mailing list