Ignore:
Timestamp:
04/01/2019 05:00:45 PM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
7d9f881
Parents:
1fa2099
Message:

First apply of multilib-patch of April 1st, 2019

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/libcap.xml

    r1fa2099 r8eb3fe4  
    9393  </sect2>
    9494
     95  <sect2 arch="multilib" role="installation">
     96    <title>Installation of Libcap - 32-bit</title>
     97
     98    <para>Clean previous build:</para>
     99
     100<screen><userinput remap="pre">make distclean</userinput></screen>
     101
     102    <para>Compile the package:</para>
     103
     104<screen><userinput remap="make">make CC="gcc -m32 -march=i686"</userinput></screen>
     105
     106    <para>Install the package:</para>
     107
     108<screen><userinput remap="install">make lib=lib32 prefix=$PWD/DESTDIR/usr -C libcap install
     109cp -Rv DESTDIR/usr/lib32/* /usr/lib32
     110rm -rf DESTDIR</userinput></screen>
     111
     112  </sect2>
     113
     114  <sect2 arch="multilib" role="installation">
     115    <title>Installation of Libcap - x32-bit</title>
     116
     117    <para>Clean previous build:</para>
     118
     119<screen><userinput remap="pre">make distclean</userinput></screen>
     120
     121    <para>Compile the package:</para>
     122
     123<screen><userinput remap="make">make CC="gcc -mx32"</userinput></screen>
     124
     125    <para>Install the package:</para>
     126
     127<screen><userinput remap="install">make lib=libx32 prefix=$PWD/DESTDIR/usr -C libcap install
     128cp -Rv DESTDIR/usr/libx32/* /usr/libx32
     129rm -rf DESTDIR</userinput></screen>
     130
     131  </sect2>
     132
    95133  <sect2 id="contents-libcap" role="content">
    96134    <title>Contents of Libcap</title>
Note: See TracChangeset for help on using the changeset viewer.