Ignore:
Timestamp:
05/12/2021 05:26:46 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
3de7f52
Parents:
0e9fb93 (diff), d7a9421 (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:

Merge pre-LFS-11-0 changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/libcap.xml

    r0e9fb93 rdf462a9  
    7070<screen><userinput remap="test">make test</userinput></screen>
    7171
    72     <para>Install the package and make sure the essential libraries are in
    73     the correct directory:</para>
    74 
    75 <screen><userinput remap="install">make prefix=/usr lib=lib install
    76 for libname in cap psx; do
    77     mv -v /usr/lib/lib${libname}.so.* /lib
    78     ln -sfv ../../lib/lib${libname}.so.2 /usr/lib/lib${libname}.so
    79     chmod -v 755 /lib/lib${libname}.so.&libcap-version;
    80 done</userinput></screen>
     72    <para>Install the package:</para>
     73
     74<screen><userinput remap="install">make prefix=/usr lib=lib install</userinput></screen>
     75
     76    <para>Adjust the permission of the shared libraries:</para>
     77
     78<screen><userinput remap="install">chmod -v 755 /usr/lib/lib{cap,psx}.so.&libcap-version;</userinput></screen>
    8179
    8280  </sect2>
Note: See TracChangeset for help on using the changeset viewer.