Ignore:
Timestamp:
08/19/2015 08:20:02 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
7.8-systemd, 7.9-systemd
Children:
102c4bb6, 9c13f79
Parents:
9f3a0fff
Message:

Update to binutils-2.25.1
Update to check-0.10.0
Update to procps-ng-3.3.11
Update to man-pages-4.02
Update to glibc-2.22
Update to linux-4.1.5
Update to tzdata2015f
XML Cleanups
Add a workaround for ncurses in Chapter 5 to not use mawk if found
Document some test suite failures

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@10940 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ncurses.xml

    r9f3a0fff rf77b95f  
    4141  <sect2 role="installation">
    4242    <title>Installation of Ncurses</title>
    43 
    44     <para>First, apply a patch to prevent a build failure
    45     when building with GCC 5:</para>
    46 
    47 <screen><userinput remap="pre">patch -Np1 -i ../&ncurses-gcc5-buildfixes-patch;</userinput></screen>
    4843
    4944    <para>Don't install a static library that is not handled by configure:</para>
     
    114109    expected to reside:</para>
    115110
    116 <screen><userinput remap="install">mv -v /usr/lib/libncursesw.so.5* /lib</userinput></screen>
     111<screen><userinput remap="install">mv -v /usr/lib/libncursesw.so.6* /lib</userinput></screen>
    117112
    118113    <para>Because the libraries have been moved, one symlink points to
     
    158153            --without-cxx-binding
    159154make sources libs
    160 cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
     155cp -av lib/lib*.so.6* /usr/lib</userinput></screen>
    161156    </note>
    162157
Note: See TracChangeset for help on using the changeset viewer.