All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] modify LUA_CPATH_DEFAULT for 64-bit architectures
@ 2020-04-16 10:29 haseeb_ashraf
  2020-04-16 10:29 ` [meta-oe][PATCH 2/2] luaposix: add 33.4.0 version recipe which is compatible with lua5.3 Haseeb Ashraf
  2020-04-16 15:50 ` [oe] [meta-oe][PATCH 1/2] modify LUA_CPATH_DEFAULT for 64-bit architectures Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: haseeb_ashraf @ 2020-04-16 10:29 UTC (permalink / raw)
  To: openembedded-devel

LUA_CPATH_DEFAULT for *.so files should include
LUA_ROOT/lib64/lua/LUA_VDIR not LUA_ROOT/lib/lua/LUA_VDIR

Signed-off-by: Haseeb Ashraf <Haseeb_Ashraf@mentor.com>
---
 meta-oe/recipes-devtools/lua/lua_5.3.4.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-devtools/lua/lua_5.3.4.bb b/meta-oe/recipes-devtools/lua/lua_5.3.4.bb
index 8f4e8fe68..1f077e501 100644
--- a/meta-oe/recipes-devtools/lua/lua_5.3.4.bb
+++ b/meta-oe/recipes-devtools/lua/lua_5.3.4.bb
@@ -28,6 +28,7 @@ EXTRA_OEMAKE = "'CC=${CC} -fPIC' 'MYCFLAGS=${CFLAGS} -DLUA_USE_LINUX -fPIC' MYLD
 
 do_configure_prepend() {
     sed -i -e s:/usr/local:${prefix}:g src/luaconf.h
+    sed -i -e s:lib/lua/:${baselib}/lua/:g src/luaconf.h
 }
 
 do_compile () {
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-16 18:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16 10:29 [meta-oe][PATCH 1/2] modify LUA_CPATH_DEFAULT for 64-bit architectures haseeb_ashraf
2020-04-16 10:29 ` [meta-oe][PATCH 2/2] luaposix: add 33.4.0 version recipe which is compatible with lua5.3 Haseeb Ashraf
2020-04-16 18:35   ` [oe] " Khem Raj
2020-04-16 15:50 ` [oe] [meta-oe][PATCH 1/2] modify LUA_CPATH_DEFAULT for 64-bit architectures Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.