- Timestamp:
- Jan 31, 2009, 7:22:04 AM (16 years ago)
- Branches:
- master
- Children:
- af447da
- Parents:
- 853465d
- Location:
- BOOK
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/alpha/perl.xml
r853465d rc3d197b 44 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 45 href="../arm/perl.xml" 46 xpointer="xpointer(//*[@os='s3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 href="../arm/perl.xml" 50 xpointer="xpointer(//*[@os='s4'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 href="../arm/perl.xml" 46 54 xpointer="xpointer(//*[@os='a'])"/> 47 55 -
BOOK/final-system/arm/perl.xml
r853465d rc3d197b 43 43 sed -e "s@pldlflags=''@pldlflags=\"\$cccdlflags\"@g" \ 44 44 -e "s@static_target='static'@static_target='static_pic'@g" Makefile.SH.orig > Makefile.SH</userinput></screen> 45 46 <para os="s3">By default, Perl's Compress::Raw::Zlib module builds and 47 links against its own internal copy of Zlib. The following command will 48 tell it use the system-installed Zlib:</para> 49 50 <screen os="s4"><userinput>cp -v ext/Compress/Raw/Zlib/config.in{,.orig} 51 sed -e '/^BUILD_ZLIB/ s/True/False/' \ 52 -e '/^INCLUDE\|^LIB/ s|\./zlib-src|/usr/include|' \ 53 ext/Compress/Raw/Zlib/config.in.orig > \ 54 ext/Compress/Raw/Zlib/config.in</userinput></screen> 45 55 46 56 <para os="a">The Cross directory contains a Makefile for cross-compiling:</para> -
BOOK/final-system/hppa/perl.xml
r853465d rc3d197b 44 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 45 href="../arm/perl.xml" 46 xpointer="xpointer(//*[@os='s3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 href="../arm/perl.xml" 50 xpointer="xpointer(//*[@os='s4'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 href="../arm/perl.xml" 46 54 xpointer="xpointer(//*[@os='a'])"/> 47 55 -
BOOK/final-system/x86/perl.xml
r853465d rc3d197b 44 44 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 45 45 href="../arm/perl.xml" 46 xpointer="xpointer(//*[@os='s3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 49 href="../arm/perl.xml" 50 xpointer="xpointer(//*[@os='s4'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 53 href="../arm/perl.xml" 46 54 xpointer="xpointer(//*[@os='a'])"/> 47 55 -
BOOK/introduction/common/changelog.xml
r853465d rc3d197b 40 40 <para>Janurary 31, 2009</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Added command to make Perl use system-installed 44 Zlib. Fixes ticket #201.</para> 45 </listitem> 42 46 <listitem> 43 47 <para>[jciccone] - Updated Host System Requirements.</para>
Note:
See TracChangeset
for help on using the changeset viewer.