mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Add -Duseshrplib to perl configuration
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9371 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7fa322a1d3
commit
b0e583b008
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user