mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-26 07:09:20 +01:00
updated patch explanation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2181 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
ac68bd3dd2
commit
2fb15f2f23
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
<para><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-patch:</userinput>
|
<para><userinput>patch -Np1 -i ../ncurses-&ncurses-version;-patch:</userinput>
|
||||||
This patch fixes a compile problem with GCC-3.2 because Ncurses uses
|
This patch fixes a compile problem with GCC-3.2 because Ncurses uses
|
||||||
constructions that are no longer valid in the new C++ standard.</para>
|
constructions that are not valid in ANSI C++ and don't compile with
|
||||||
|
recent GCC versions that conform to the standard.</para>
|
||||||
|
|
||||||
<para><userinput>--with-shared:</userinput> This enables the build of the
|
<para><userinput>--with-shared:</userinput> This enables the build of the
|
||||||
shared ncurses library files.</para>
|
shared ncurses library files.</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user