瀏覽代碼

Add -Duseshrplib to perl configuration

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9371 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 15 年之前
父節點
當前提交
b0e583b008
共有 2 個文件被更改,包括 15 次插入1 次删除
  1. 6 0
      chapter01/changelog.xml
  2. 9 1
      chapter06/perl.xml

+ 6 - 0
chapter01/changelog.xml

@@ -39,6 +39,12 @@
     <listitem>
       <para>2010-09-03</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Add -Duseshrplib to perl configuration 
+          to build a shared library needed by some perl modules.
+          Fixes
+          <ulink url="&lfs-ticket-root;2745">#2745</ulink>.</para>
+        </listitem>
         <listitem>
           <para>[bdubbs] - Add sed to stop underquoting an M4 script
           in pkg-config. Fixes

+ 9 - 1
chapter06/perl.xml

@@ -66,7 +66,8 @@
                   -Dvendorprefix=/usr           \
                   -Dman1dir=/usr/share/man/man1 \
                   -Dman3dir=/usr/share/man/man3 \
-                  -Dpager="/usr/bin/less -isR"</userinput></screen>
+                  -Dpager="/usr/bin/less -isR"  \
+                  -Duseshrplib</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>
@@ -97,6 +98,13 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><parameter>-Duseshrplib</parameter></term>
+        <listitem>
+          <para>Build a shared libperl needed by some perl modules.</para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
 
     <para>Compile the package:</para>