mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Change perl to not install modules from LFS and BLFS into /usr/share.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12017 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
26c54f9e3d
commit
9b9db38c2f
@ -42,6 +42,17 @@
|
|||||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||||
appropriate for the entry or if needed the entire day's listitem.
|
appropriate for the entry or if needed the entire day's listitem.
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<itemizedlist>
|
||||||
|
<para>2020-08-10</para>
|
||||||
|
<listitem>
|
||||||
|
<para>[ken] - Ensure all the book's perl modules are installed
|
||||||
|
to /usr/lib/perl5/5.32 (some were in /usr/share/perl5). Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;4710">#4710</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<para>2020-08-06</para>
|
<para>2020-08-06</para>
|
||||||
|
@ -48,12 +48,12 @@
|
|||||||
<screen><userinput remap="configure">sh Configure -des \
|
<screen><userinput remap="configure">sh Configure -des \
|
||||||
-Dprefix=/usr \
|
-Dprefix=/usr \
|
||||||
-Dvendorprefix=/usr \
|
-Dvendorprefix=/usr \
|
||||||
-Dprivlib=/usr/share/perl5/core_perl \
|
-Dprivlib=/usr/lib/perl5/5.32/core_perl \
|
||||||
-Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl \
|
-Darchlib=/usr/lib/perl5/5.32/core_perl \
|
||||||
-Dsitelib=/usr/share/perl5/site_perl \
|
-Dsitelib=/usr/lib/perl5/5.32/site_perl \
|
||||||
-Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl \
|
-Dsitearch=/usr/lib/perl5/5.32/site_perl \
|
||||||
-Dvendorlib=/usr/share/perl5/vendor_perl \
|
-Dvendorlib=/usr/lib/perl5/5.32/vendor_perl \
|
||||||
-Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl</userinput></screen>
|
-Dvendorarch=/usr/lib/perl5/5.32/vendor_perl</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the new Configure options:</title>
|
<title>The meaning of the new Configure options:</title>
|
||||||
|
@ -58,12 +58,12 @@ export BUILD_BZIP2=0</userinput></screen>
|
|||||||
<screen><userinput remap="configure">sh Configure -des \
|
<screen><userinput remap="configure">sh Configure -des \
|
||||||
-Dprefix=/usr \
|
-Dprefix=/usr \
|
||||||
-Dvendorprefix=/usr \
|
-Dvendorprefix=/usr \
|
||||||
-Dprivlib=/usr/share/perl5/core_perl \
|
-Dprivlib=/usr/lib/perl5/5.32/core_perl \
|
||||||
-Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl \
|
-Darchlib=/usr/lib/perl5/5.32/core_perl \
|
||||||
-Dsitelib=/usr/share/perl5/site_perl \
|
-Dsitelib=/usr/lib/perl5/5.32/site_perl \
|
||||||
-Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl \
|
-Dsitearch=/usr/lib/perl5/5.32/site_perl \
|
||||||
-Dvendorlib=/usr/share/perl5/vendor_perl \
|
-Dvendorlib=/usr/share/perl5/vendor_perl \
|
||||||
-Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl \
|
-Dvendorarch=/usr/lib/perl5/5.32/vendor_perl \
|
||||||
-Dman1dir=/usr/share/man/man1 \
|
-Dman1dir=/usr/share/man/man1 \
|
||||||
-Dman3dir=/usr/share/man/man3 \
|
-Dman3dir=/usr/share/man/man3 \
|
||||||
-Dpager="/usr/bin/less -isR" \
|
-Dpager="/usr/bin/less -isR" \
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "SVN-20200806">
|
<!ENTITY version "SVN-20200810">
|
||||||
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
|
||||||
Change to x.y for release but not -rc releases -->
|
Change to x.y for release but not -rc releases -->
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20200806-systemd">
|
<!ENTITY versiond "20200810-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "systemd">
|
<!ENTITY generic-versiond "systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "August 6th, 2020">
|
<!ENTITY releasedate "August 10th, 2020">
|
||||||
|
|
||||||
<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not – -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user