- Timestamp:
- Jan 19, 2009, 11:04:38 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 1532fcd
- Parents:
- 0ce8bf5
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/temp-perl.xml
r0ce8bf5 rc5c8ee8 28 28 <screen os="b"><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen> 29 29 30 <para os="c">Prepare Perl for compilation (make sure to get the 'Data/Dumper 31 Fcntl IO POSIX' part of the command correct—they are all 32 letters):</para> 30 <para os="s1">Change the hardcoded path from /usr/include to /tools/include:</para> 33 31 34 <screen os="d"><userinput>./configure.gnu --prefix=/tools \ 35 -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc"</userinput></screen> 32 <screen os="s2"><userinput>sed -i 's@/usr/include@/tools/include@g' ext/Errno/Errno_pm.PL</userinput></screen> 33 34 <para os="c">Prepare Tar for compilation:</para> 35 36 <screen os="d"><userinput>./configure.gnu --prefix=/tools -Dcc="gcc"</userinput></screen> 36 37 37 38 <variablelist os="e"> -
BOOK/final-system/multilib/temp-perl.xml
r0ce8bf5 rc5c8ee8 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/temp-perl.xml" 35 xpointer="xpointer(//*[@os='s1'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/temp-perl.xml" 39 xpointer="xpointer(//*[@os='s2'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 42 href="../common/temp-perl.xml" 35 43 xpointer="xpointer(//*[@os='c'])"/> 36 44 37 <screen os="c"><userinput>./configure.gnu --prefix=/tools \ 38 -Dstatic_ext='Data/Dumper IO Fcntl POSIX' -Dcc="gcc ${BUILD32}"</userinput></screen> 45 <screen os="d"><userinput>./configure.gnu --prefix=/tools -Dcc="gcc ${BUILD32}"</userinput></screen> 39 46 40 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r0ce8bf5 rc5c8ee8 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>January 19, 2009</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Jim] - Cleaned up Temp-Perl and fixed new issue.</para> 44 </listitem> 45 </itemizedlist> 46 </listitem> 38 47 39 48 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.