removed the dependency on glibc

This commit is contained in:
bauen1 2017-02-25 09:16:46 +01:00
parent 53b332a41d
commit 51a3916ae7
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C
2 changed files with 0 additions and 8 deletions

View File

@ -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

View File

@ -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