Changeset fd77958 for final-system
- Timestamp:
- Sep 6, 2006, 9:28:33 AM (18 years ago)
- Children:
- 7b074117
- Parents:
- c295f58
- Location:
- final-system
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/perl.xml
rc295f58 rfd77958 26 26 <title>Installation of Perl</title> 27 27 28 <para os=" p1">The following patchcauses <filename>DynaLoader.a</filename>28 <para os="s1">The following sed causes <filename>DynaLoader.a</filename> 29 29 to be built with -fPIC so it can be linked into a shared library 30 30 later.</para> 31 31 32 <screen os="p2"><userinput>patch -Np1 -i ../&perl-fpic-patch;</userinput></screen> 32 <screen os="s2"><userinput>sed -i Makefile.SH \ 33 -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \ 34 -e "s@static_target='static'@static_target='static_pic'@g"</userinput></screen> 33 35 34 36 <para os="a00">Before starting to configure, create a basic -
final-system/multilib/perl-64bit.xml
rc295f58 rfd77958 24 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 25 href="../common/perl.xml" 26 xpointer="xpointer(//*[@os=' p1'])"/>26 xpointer="xpointer(//*[@os='s1'])"/> 27 27 28 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 29 href="../common/perl.xml" 30 xpointer="xpointer(//*[@os=' p2'])"/>30 xpointer="xpointer(//*[@os='s2'])"/> 31 31 32 32 <para os="p3">Perl does not, by default, know about library directories with names other -
final-system/multilib/perl-n32.xml
rc295f58 rfd77958 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="../common/perl.xml" 27 xpointer="xpointer(//*[@os=' p1'])"/>27 xpointer="xpointer(//*[@os='s1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 30 href="../common/perl.xml" 31 xpointer="xpointer(//*[@os=' p2'])"/>31 xpointer="xpointer(//*[@os='s2'])"/> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
final-system/multilib/perl.xml
rc295f58 rfd77958 25 25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 26 26 href="../common/perl.xml" 27 xpointer="xpointer(//*[@os=' p1'])"/>27 xpointer="xpointer(//*[@os='s1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 30 30 href="../common/perl.xml" 31 xpointer="xpointer(//*[@os=' p2'])"/>31 xpointer="xpointer(//*[@os='s2'])"/> 32 32 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.