fileutils-exp.xml 868 B

12345678910111213141516171819
  1. <sect2>
  2. <title>Command explanations</title>
  3. <para><screen><userinput>sed 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \</userinput>
  4. <userinput> lib/Makefile.in &gt; tmp &amp;&amp;</userinput>
  5. <userinput>sed 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \</userinput>
  6. <userinput> tmp &gt; lib/Makefile.in : </userinput></screen> This is used
  7. to fix a problem with building fileutils statically on glibc 2.2.3 systems. If
  8. this isn't done, then there is the possibility of all of the fileutils
  9. programs causing segmentation faults once chroot is entered in chapter
  10. 6.</para>
  11. <para><userinput>--libexecdir=$LFS/bin:</userinput> This configure option will
  12. set the program executable directory to $LFS/bin. This is normally set
  13. to /usr/libexec, but nothing is placed in it. Changing it just prevents
  14. that directory from being created.</para>
  15. </sect2>