diff options
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter06/perl.xml | 10 |
2 files changed, 15 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 21b00d061..350f1ec96 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter06/perl.xml b/chapter06/perl.xml index b898c8347..8deabef65 100644 --- a/chapter06/perl.xml +++ b/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> |