Changeset c5c8ee8 for BOOK/final-system/common
- Timestamp:
- Jan 19, 2009, 3: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
- File:
-
- 1 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">
Note:
See TracChangeset
for help on using the changeset viewer.