mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
[Bug 144] Fix file-3.36 / automake-1.5 problem
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1044 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8cc67e921e
commit
d68932f763
9
chapter06/file-exp.xml
Normal file
9
chapter06/file-exp.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
|
||||
<para><userinput>sed '/#define __/a #include <stdint.h>' readelf.h.backup > readelf.h :</userinput> This
|
||||
sed fixes an error which occurs when compiling file-3.36 with
|
||||
automake-1.5 installed.</para>
|
||||
|
||||
</sect2>
|
||||
|
@ -3,7 +3,10 @@
|
||||
|
||||
<para>Install File by running the following commands:</para>
|
||||
|
||||
<para><screen><userinput>./configure --prefix=/usr --datadir=/usr/share/misc &&</userinput>
|
||||
<para><screen><userinput>cp -f readelf.h readelf.h.backup &&</userinput>
|
||||
<userinput>sed '/#define __/a \</userinput>
|
||||
<userinput> #include <stdint.h>' readelf.h.backup > readelf.h &&</userinput>
|
||||
<userinput>./configure --prefix=/usr --datadir=/usr/share/misc &&</userinput>
|
||||
<userinput>make &&</userinput>
|
||||
<userinput>make install</userinput></screen></para>
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
Estimated required disk space: &file-compsize;</screen>
|
||||
|
||||
&c6-file-inst;
|
||||
&c6-file-exp;
|
||||
&aa-file-desc;
|
||||
|
||||
</sect1>
|
||||
|
@ -241,6 +241,7 @@
|
||||
<!ENTITY c6-e2fsprogs-inst SYSTEM "chapter6/e2fsprogs-inst.xml">
|
||||
<!ENTITY c6-file SYSTEM "chapter6/file.xml">
|
||||
<!ENTITY c6-file-inst SYSTEM "chapter6/file-inst.xml">
|
||||
<!ENTITY c6-file-exp SYSTEM "chapter6/file-exp.xml">
|
||||
<!ENTITY c6-fileutils SYSTEM "chapter6/fileutils.xml">
|
||||
<!ENTITY c6-fileutils-inst SYSTEM "chapter6/fileutils-inst.xml">
|
||||
<!ENTITY c6-gettext SYSTEM "chapter6/gettext.xml">
|
||||
|
Loading…
Reference in New Issue
Block a user