Changeset 1da2a84 for BOOK/final-system/common/perl.xml
- Timestamp:
- Sep 14, 2008, 11:30:14 AM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- e8e6c4e
- Parents:
- 9d32016
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/perl.xml
r9d32016 r1da2a84 56 56 -Dman3dir=/usr/share/man/man3 \ 57 57 -Dpager="/bin/less -isR" \ 58 -Dusethreads </userinput></screen>58 -Dusethreads -Duseshrplib</userinput></screen> 59 59 60 60 <variablelist os="c"> … … 68 68 </listitem> 69 69 </varlistentry> 70 70 71 <varlistentry os="c2"> 71 72 <term><parameter>-Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3</parameter></term> … … 76 77 </listitem> 77 78 </varlistentry> 79 78 80 <varlistentry os="c3"> 79 81 <term><parameter>-Dusethreads</parameter></term> … … 82 84 </listitem> 83 85 </varlistentry> 86 87 <varlistentry os="c4"> 88 <term><parameter>-Duseshrplib</parameter></term> 89 <listitem> 90 <para>This tells Perl to build a shared libperl.</para> 91 </listitem> 92 </varlistentry> 93 84 94 </variablelist> 85 95
Note:
See TracChangeset
for help on using the changeset viewer.