diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-05-14 10:18:11 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-05-14 10:18:11 -0500 |
commit | 78361854157a0134325f371b04a7f39ab03f40a0 (patch) | |
tree | 173bc741525ab8871dfffbc513d69c36353b27e4 /chapter05 | |
parent | 7a8a136dffb723dac58d1161cfee173ac369be38 (diff) | |
parent | 7f25c8447d99d0ea9a88f822089300d06a500edb (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 02ff025e2..79c65913a 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -122,6 +122,14 @@ cd build</userinput></screen> </varlistentry> <varlistentry> + <term><parameter>libc_cv_rtlddir=/usr/lib</parameter></term> + <listitem> + <para>Fix hardcoded path to the executable loader in the + <command>ldd</command> script.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>libc_cv_include_x86_isa_level=no</option></term> <listitem> <para>This disables <quote>x86 ISA needed</quote> property in |