Changeset a3a3782
- Timestamp:
- Jun 19, 2006, 6:29:11 PM (18 years ago)
- Children:
- 76eabdd
- Parents:
- c6922d4
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/perl.xml
rc6922d4 ra3a3782 41 41 -Dman1dir=/usr/share/man/man1 \ 42 42 -Dman3dir=/usr/share/man/man3 \ 43 -Dpager="/bin/less -isR"</userinput></screen> 43 -Dpager="/bin/less -isR" \ 44 -Dusethreads</userinput></screen> 44 45 45 46 <variablelist os="c"> … … 59 60 <command>configure.gnu</command> thinks that we do not want 60 61 man pages for Perl. Issuing these parameters overrides this decision.</para> 62 </listitem> 63 </varlistentry> 64 <varlistentry os="c3"> 65 <term><parameter>-Dusethreads</parameter></term> 66 <listitem> 67 <para>This tells Perl to use threads.</para> 61 68 </listitem> 62 69 </varlistentry> -
final-system/multilib/perl-64bit.xml
rc6922d4 ra3a3782 64 64 -Dpager="/bin/less -isR" \ 65 65 -Dlibpth="/usr/local/lib64 /lib64 /usr/lib64" \ 66 -Dcc="gcc ${BUILD64}"</userinput></screen> 66 -Dcc="gcc ${BUILD64}" \ 67 -Dusethreads</userinput></screen> 67 68 68 69 <variablelist os="m4"> … … 83 84 href="../common/perl.xml" 84 85 xpointer="xpointer(//*[@os='c2'])"/> 86 87 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 88 href="../common/perl.xml" 89 xpointer="xpointer(//*[@os='c3'])"/> 85 90 86 91 </variablelist> -
introduction/common/changelog.xml
rc6922d4 ra3a3782 55 55 56 56 <listitem> 57 <para>June 15, 2006</para> 58 <itemizedlist> 59 <listitem> 60 <para>[jim] - Let Perl use thread support.</para> 61 </listitem> 62 </itemizedlist> 63 </listitem> 64 65 <listitem> 57 66 <para>June 14, 2006</para> 58 67 <itemizedlist> -
patches.ent
rc6922d4 ra3a3782 190 190 191 191 <!ENTITY linux-mips-patch "linux-&linux-version;-mips-1.patch"> 192 <!ENTITY linux-mips-patch-md5 " adb1ed81a6dfe2430fda4fb46806cf8a">193 <!ENTITY linux-mips-patch-size " 864 KB">192 <!ENTITY linux-mips-patch-md5 "2b6dd81e8321b12acd736a8445411dd9"> 193 <!ENTITY linux-mips-patch-size "1 MB"> 194 194 195 195 <!-- this is also used for ppc64 -->
Note:
See TracChangeset
for help on using the changeset viewer.