diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-02-03 02:56:41 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-02-03 02:56:41 +0000 |
commit | 869b09668663e06670b710babd7261cd3821356d (patch) | |
tree | 37aec7bd49f13f526aeefecefbc769409c931798 /chapter06/glibc.xml | |
parent | 173aea3c22a648219286575b96fe11030df56bb5 (diff) |
Update to glibc-2.27.
Update to man-pages-4.15.
Update to bash-4.4.18.
Update to iproute2-4.15.0.
Add an option to binutils to support 64-bit operations on
a 32-bit system.
Provide better initialization for vim.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc.xml')
-rw-r--r-- | chapter06/glibc.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 07cbe969d..2a74215f4 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -56,16 +56,21 @@ store their runtime data in the FHS-compliant locations:</para> <screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen> - +<!-- <para>Fix a minor security issue with glob functions:</para> <screen><userinput remap="pre">patch -Np1 -i ../&glibc-glob-patch;</userinput></screen> - +--> <para>First create a compatibility symlink to avoid references to /tools in our final glibc:</para> <screen><userinput remap="pre">ln -sfv /tools/lib/gcc /usr/lib</userinput></screen> + <para>Now work around a problem caused by a hard-coded path to an + executable program:</para> + +<screen><userinput remap="pre">ln -sfv /tools/bin/m4 /usr/bin</userinput></screen> + <para>Determine the GCC include directory and create a symlink for LSB compliance. Additionally, for x86_64, create a compatibility symlink required for the dynamic loader to function correctly:</para> |