Ignore:
Timestamp:
09/29/2015 09:27:18 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
7.9-systemd
Children:
6eb40d4
Parents:
102c4bb6
Message:

Update to util-linux-2.27
Update to linux-4.2
Update to iproute2-4.2.0
Refresh SBU values and build sizes
Remove unnecessary sed in e2fsprogs
Provide ncurses non-wide-character libraries for version 5
Add additional discussion about copying systems
Fix a warning in the GCC compiler tests
Several typo fixes and additional clarification.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ncurses.xml

    r102c4bb6 rdbc347c5  
    142142      <para>The instructions above don't create non-wide-character Ncurses
    143143      libraries since no package installed by compiling from sources would
    144       link against them at runtime. If you must have such libraries because
     144      link against them at runtime. However, the only known binary-only
     145      applications that link against non-wide-character Ncurses libraries
     146      require version 5. If you must have such libraries because
    145147      of some binary-only application or to be compliant with LSB, build
    146148      the package again with the following commands:</para>
     
    151153            --without-normal \
    152154            --without-debug  \
    153             --without-cxx-binding
     155            --without-cxx-binding \
     156            --with-abi-version=5
    154157make sources libs
    155 cp -av lib/lib*.so.6* /usr/lib</userinput></screen>
     158cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
    156159    </note>
    157160
Note: See TracChangeset for help on using the changeset viewer.