Author: bdubbs
Date: 2010-09-03 12:30:50 -0600 (Fri, 03 Sep 2010)
New Revision: 9371
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/perl.xml
Log:
Add -Duseshrplib to perl configuration
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2010-09-03 17:59:22 UTC (rev 9370)
+++ trunk/BOOK/chapter01/changelog.xml 2010-09-03 18:30:50 UTC (rev 9371)
@@ -40,6 +40,12 @@
<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
<ulink url="&lfs-ticket-root;2746">#2746</ulink>.</para>
Modified: trunk/BOOK/chapter06/perl.xml
===================================================================
--- trunk/BOOK/chapter06/perl.xml 2010-09-03 17:59:22 UTC (rev 9370)
+++ trunk/BOOK/chapter06/perl.xml 2010-09-03 18:30:50 UTC (rev 9371)
@@ -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>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page