From bb189b08be8e84e1f7cccb1b47371b5ca5acb94c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 24 Apr 2015 03:19:38 +0000 Subject: Added a fix for security issue in Glibc (CVE-2015-1781). Thanks to Ken Moffat for identifying the proplem and the fix. Fixed Ncurses and Perl build with GCC 5. Thanks to Ken Moffat and Douglas R. Reno for providing the patches. Updated to GCC-5.1.0. Imported changes from systemd version. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/ncurses.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter05/ncurses.xml') diff --git a/chapter05/ncurses.xml b/chapter05/ncurses.xml index a18a9c819..336172b59 100644 --- a/chapter05/ncurses.xml +++ b/chapter05/ncurses.xml @@ -43,6 +43,11 @@ Installation of Ncurses + First, apply a patch to prevent a build failure + when building with GCC 5: + +patch -Np1 -i ../&ncurses-gcc5-buildfixes-patch; + Prepare Ncurses for compilation: ./configure --prefix=/tools \ -- cgit v1.2.3-54-g00ecf