|
@@ -87,6 +87,14 @@ mv glibc-libidn-&glibc-version; libidn</userinput></screen>
|
|
|
|
|
|
<screen><userinput>patch -Np1 -i ../&glibc-branch_update-patch;</userinput></screen>
|
|
|
|
|
|
+ <para>The <command>ldd</command> shell script contains Bash-specific
|
|
|
+ syntax. Change it's default program interpreter to <command>/bin/bash</command>
|
|
|
+ in case another <command>/bin/sh</command> is installed as described in the
|
|
|
+ <ulink url="&blfs-root;view/svn/postlfs/shells.html">Shells</ulink>
|
|
|
+ chapter of the BLFS book:</para>
|
|
|
+
|
|
|
+<screen><userinput>sed -i 's|@BASH@|/bin/bash|' elf/ldd.bash.in</userinput></screen>
|
|
|
+
|
|
|
<para>The Glibc documentation recommends building Glibc outside of the source
|
|
|
directory in a dedicated build directory:</para>
|
|
|
|