Ignore:
Timestamp:
09/29/2015 09:37:03 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
7.8-systemd
Parents:
f77b95f
Message:

LFS-systemd-7.8

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ncurses.xml

    rf77b95f r9c13f79  
    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.