Changeset 77f8d57


Ignore:
Timestamp:
05/27/2022 03:45:09 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
e8d4ea4
Parents:
53efe272 (diff), 2bb813a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/ncurses.xml

    r53efe272 r77f8d57  
    134134<screen><userinput remap="install">make DESTDIR=$LFS TIC_PATH=$(pwd)/build/progs/tic install
    135135echo "INPUT(-lncursesw)" > $LFS/usr/lib/libncurses.so</userinput></screen>
     136
     137    <para>Remove an unneeded static library not handled by
     138    <command>configure</command>:</para>
     139
     140<screen><userinput remap="install">rm -v /usr/lib/libncurses++w.a</userinput></screen>
    136141
    137142    <variablelist>
Note: See TracChangeset for help on using the changeset viewer.