- Timestamp:
- Jan 21, 2009, 8:11:31 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:
- 946b71d
- Parents:
- 60ec2de
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/perl.xml
r60ec2de rccd51bc 32 32 <screen os="s2"><userinput>sed -i -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \ 33 33 -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH</userinput></screen> 34 35 <para os="s3">By default, Perl's Compress::Raw::Zlib module builds and 36 links against its own internal copy of Zlib. The following command will 37 tell it use the system-installed Zlib:</para> 38 39 <screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/ s/True/False/' \ 40 -e '/^INCLUDE\|^LIB/ s|\./zlib-src|/usr/include|' \ 41 ext/Compress/Raw/Zlib/config.in</userinput></screen> 34 42 35 43 <note os="a00"> -
BOOK/final-system/multilib/perl-64bit.xml
r60ec2de rccd51bc 29 29 href="../common/perl.xml" 30 30 xpointer="xpointer(//*[@os='s2'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../common/perl.xml" 34 xpointer="xpointer(//*[@os='s3'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/perl.xml" 38 xpointer="xpointer(//*[@os='s4'])"/> 31 39 32 40 <para os="mp1">Perl does not, by default, know about library directories with names other -
BOOK/final-system/multilib/perl-n32.xml
r60ec2de rccd51bc 30 30 href="../common/perl.xml" 31 31 xpointer="xpointer(//*[@os='s2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/perl.xml" 35 xpointer="xpointer(//*[@os='s3'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/perl.xml" 39 xpointer="xpointer(//*[@os='s4'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/perl.xml
r60ec2de rccd51bc 30 30 href="../common/perl.xml" 31 31 xpointer="xpointer(//*[@os='s2'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 34 href="../common/perl.xml" 35 xpointer="xpointer(//*[@os='s3'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 38 href="../common/perl.xml" 39 xpointer="xpointer(//*[@os='s4'])"/> 32 40 33 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/introduction/common/changelog.xml
r60ec2de rccd51bc 36 36 </listitem> 37 37 --> 38 39 <listitem> 40 <para>January 21, 2009</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Added command to make Perl use system-installed 44 Zlib. Fixes ticket #201.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 38 48 39 49 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.