removed the dependency on glibc
This commit is contained in:
parent
53b332a41d
commit
51a3916ae7
@ -63,9 +63,6 @@ Currently available overlay bundles:
|
||||
* Lua - The Lua Scripting Language 5.3. Requires ~ 800kb additional
|
||||
space. Use the "lua" command to run an interactive lua interpreter
|
||||
|
||||
This overlay bundle requires GLIBC.
|
||||
|
||||
|
||||
### ### ###
|
||||
|
||||
I only provide the build scripts. It's entirely up to you to configure and
|
||||
|
@ -42,10 +42,5 @@ mkdir -p $MAIN_SRC_DIR/work/src/minimal_overlay/rootfs/usr/
|
||||
cp -r ../lua_installed/usr/* $MAIN_SRC_DIR/work/src/minimal_overlay/rootfs/usr
|
||||
|
||||
echo "Lua has been installed."
|
||||
echo "*******************************************************************************"
|
||||
echo "*** NOTE: ***"
|
||||
echo "*** lua currently depends on glibc to be present for dynamic linking ***"
|
||||
echo "*** So make sure to build and include glibc_full ***"
|
||||
echo "*******************************************************************************"
|
||||
|
||||
cd $SRC_DIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user