The kernel headers are now copied in the sysroot instead of symlinked. This fixes the issue with the 'inetd' applet.

This commit is contained in:
Ivan Davidov 2017-12-06 03:08:12 +02:00
parent f8128e83fb
commit 3756755d39

View File

@ -46,11 +46,6 @@ else
# Create default configuration file.
echo "Generating default BusyBox configuration."
make defconfig -j $NUM_JOBS
# The 'inetd' applet fails to compile because we use the glibc installation area as
# main pointer to the kernel headers (see 05_prepare_glibc.sh) and some headers are
# not resolved. The easiest solution is to ignore this particular applet.
sed -i "s/.*CONFIG_INETD.*/CONFIG_INETD=n/" .config
fi
# This variable holds the full path to the glibc installation area as quoted string.