diff --git a/Einrichter-as-LFS.sh b/Einrichter-as-LFS.sh index 38377b1..7d03762 100644 --- a/Einrichter-as-LFS.sh +++ b/Einrichter-as-LFS.sh @@ -109,6 +109,9 @@ function eal.install.cross-toolchain() { make eal.notification.installing make install + cd .. + cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \ + `dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/include/limits.h popd EIR_PKG=linux eal.notification.extracting @@ -134,6 +137,7 @@ function eal.install.cross-toolchain() { esac pushd $LFS/sources/glibc/ echo -e "I: -- The installer is now patching glibc. --" + patch -Np1 -i ../glibc-2.40-fhs-1.patch mkdir -v build cd build echo "rootsbindir=/usr/sbin" > configparms diff --git a/README.md b/README.md index 1e188e5..0991a3a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# THIS IS IN AN UNUSABLE STATE. PLEASE WAIT UNTIL A USABLE VERSION RELEASES. # TylkoLinux TylkoLinux, an LFS system @@ -12,4 +13,4 @@ LFS v12.2-systemd book chapter: 5.6. ## Contributing I don't know what else to type lol just open a PR when this project is done -#### What would also help is to report any security vulnerability and/or bugs found on https://www.linuxfromscratch.org/lfs/errata/12.2-systemd/ in the Issues tab \ No newline at end of file +#### What would also help is to report any security vulnerability and/or bugs found on https://www.linuxfromscratch.org/lfs/errata/12.2-systemd/ in the Issues tab