mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Add a switch to chapter 6 ncurses' configure so that it does not install
compressed manpages if the host distro has compressed manpages git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11932 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
37b5ac1293
commit
94ec149429
@ -63,6 +63,7 @@ popd</userinput></screen>
|
|||||||
--host=$LFS_TGT \
|
--host=$LFS_TGT \
|
||||||
--build=$(./config.guess) \
|
--build=$(./config.guess) \
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
|
--with-manpage-format=normal \
|
||||||
--with-shared \
|
--with-shared \
|
||||||
--without-debug \
|
--without-debug \
|
||||||
--without-ada \
|
--without-ada \
|
||||||
@ -73,6 +74,15 @@ popd</userinput></screen>
|
|||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the new configure options:</title>
|
<title>The meaning of the new configure options:</title>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><parameter>--with-manpage-format=normal</parameter></term>
|
||||||
|
<listitem>
|
||||||
|
<para>This prevents Ncurses installing compressed manual
|
||||||
|
pages, which may happen if the host distribution itself
|
||||||
|
has compressed manual pages.</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>--without-ada</parameter></term>
|
<term><parameter>--without-ada</parameter></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<!ENTITY version "20200612-cross2">
|
<!ENTITY version "20200613-cross2">
|
||||||
<!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 "cross-chap5"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "cross-chap5"> <!-- Use "development" or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
<!ENTITY versiond "20200612-cross2-systemd">
|
<!ENTITY versiond "20200613-cross2-systemd">
|
||||||
<!ENTITY short-versiond "systemd">
|
<!ENTITY short-versiond "systemd">
|
||||||
<!ENTITY generic-versiond "20200612-cross2-systemd">
|
<!ENTITY generic-versiond "20200613-cross2-systemd">
|
||||||
|
|
||||||
<!ENTITY releasedate "June 12th, 2020">
|
<!ENTITY releasedate "June 13th, 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