mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
luajit: fix build failure for multilib
Fix libdir in Makefile Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -16,8 +16,8 @@ inherit pkgconfig binconfig
|
|||||||
BBCLASSEXTEND = "native"
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
sed -i -e s:/usr/local:${prefix}:g ${S}/Makefile
|
sed -i 's:PREFIX= /usr/local:PREFIX= ${prefix}:g' ${S}/Makefile
|
||||||
sed -i -e s:/lib$:${base_libdir}:g ${S}/Makefile
|
sed -i 's:MULTILIB= lib:MULTILIB= ${base_libdir}:g' ${S}/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
EXTRA_OEMAKE = 'CROSS=${HOST_PREFIX} \
|
EXTRA_OEMAKE = 'CROSS=${HOST_PREFIX} \
|
||||||
|
|||||||
Reference in New Issue
Block a user