Changeset 856e3f4
- Timestamp:
- Aug 20, 2006, 2:02:27 PM (18 years ago)
- Children:
- 6d0fcac
- Parents:
- 5609163
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/perl.xml
r5609163 r856e3f4 25 25 <sect2 role="installation"> 26 26 <title>Installation of Perl</title> 27 28 <para os="p1">The following patch causes <filename>DynaLoader.a</filename> 29 to be built with -fPIC so it can be linked into a shared library 30 later.</para> 31 32 <screen os="p2"><userinput>patch -Np1 -i ../&perl-fpic-patch;</userinput></screen> 27 33 28 34 <para os="a00">Before starting to configure, create a basic -
final-system/multilib/perl-64bit.xml
r5609163 r856e3f4 30 30 libraries and modules for the last version installed will be accessible. We 31 31 therefore only install one version.</para> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/perl.xml" 35 xpointer="xpointer(//*[@os='p1'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/perl.xml" 39 xpointer="xpointer(//*[@os='p2'])"/> 32 40 33 41 <para os="p3">Perl does not, by default, know about library directories with names other -
introduction/common/changelog.xml
r5609163 r856e3f4 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[jciccone] - Added the Perl fPIC patch which makes perl build 44 a shared DynaLoader.a.</para> 45 </listitem> 46 <listitem> 43 47 <para>[Chris] - Removed mention of package users hint from 44 48 "Package Management" page.</para> -
materials/common/patches.xml
r5609163 r856e3f4 191 191 192 192 <varlistentry> 193 <term>Perl fPIC Patch - <token>&perl-fpic-patch-size;</token>:</term> 194 <listitem> 195 <para>Download: <ulink 196 url="&patches-root;&perl-fpic-patch;"/></para> 197 <para>MD5 sum: <literal>&perl-fpic-patch-md5;</literal></para> 198 </listitem> 199 </varlistentry> 200 201 <varlistentry> 193 202 <term>Readline Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term> 194 203 <listitem> -
patches.ent
r5609163 r856e3f4 135 135 <!-- Start of multilib patches --> 136 136 137 <!ENTITY perl-fpic-patch "perl-&perl-version;-fPIC-1.patch"> 138 <!ENTITY perl-fpic-patch-md5 "7d784d82b1366ab88b5fc265387d2a16"> 139 <!ENTITY perl-fpic-patch-size "4 KB"> 140 137 141 <!ENTITY binutils-multilib-patch "binutils-&binutils-version;-genscripts_multilib-1.patch"> 138 142 <!ENTITY binutils-multilib-patch-md5 "b1d8d22ab473212abf1b19978415775b">
Note:
See TracChangeset
for help on using the changeset viewer.