mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00: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>
|
||||
</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>
|
||||
|
||||
|
@ -47,7 +47,7 @@ includes other fixes recommended by the Readline author.</para>
|
||||
|
||||
<variablelist>
|
||||
<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
|
||||
<filename class="libraryfile">libncurses</filename> library.</para></listitem>
|
||||
</varlistentry>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20051209">
|
||||
<!ENTITY releasedate "December 9, 2005">
|
||||
<!ENTITY version "SVN-20051211">
|
||||
<!ENTITY releasedate "December 11, 2005">
|
||||
<!ENTITY milestone "6.2">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user