mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-04 11:34:36 +01:00
Changed variable used to link ncurses into readline - doesn't overwrite other settings. Thanks Alex Patrakov.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7209 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f65a5468e4
commit
49ff2b2546
@ -114,6 +114,10 @@ First a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem><para>December 11, 2005 [jhuntwork]: Changed variable used in readline for linking
|
||||||
|
in ncurses. Thanks to Alexander Patrakov for the fix.</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>December 9, 2005 [matt]: Upgrade to man-pages-2.16</para>
|
<listitem><para>December 9, 2005 [matt]: Upgrade to man-pages-2.16</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ includes other fixes recommended by the Readline author.</para>
|
|||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><parameter>SHLIB_XLDFLAGS=-lncurses</parameter></term>
|
<term><parameter>SHLIB_LIBS=-lncurses</parameter></term>
|
||||||
<listitem><para>This option forces Readline to link against the
|
<listitem><para>This option forces Readline to link against the
|
||||||
<filename class="libraryfile">libncurses</filename> library.</para></listitem>
|
<filename class="libraryfile">libncurses</filename> library.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20051209">
|
<!ENTITY version "SVN-20051211">
|
||||||
<!ENTITY releasedate "December 9, 2005">
|
<!ENTITY releasedate "December 11, 2005">
|
||||||
<!ENTITY milestone "6.2">
|
<!ENTITY milestone "6.2">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user