Changeset d4764b6


Ignore:
Timestamp:
Jan 4, 2014, 10:42:40 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e087b98
Parents:
9a3dabe
Message:

Add patch to fix libcap

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/libcap.xml

    r9a3dabe rd4764b6  
    2525  <sect2 role="installation">
    2626    <title>Installation of Libcap</title>
     27
     28    <para os="p1">Apply the following patch to fix a problem with Libcap's
     29    installed header files:</para>
     30
     31<screen os="p2"><userinput>patch -Np1 -i ../libcap-&libcap-version;-uapi-1.patch</userinput></screen>
    2732
    2833    <para os="a">Compile the package:</para>
  • BOOK/materials/common/patches.xml

    r9a3dabe rd4764b6  
    9494
    9595    <varlistentry>
     96      <term>Libcap UAPI Patch - <token>&libcap-uapi-patch-size;</token>:</term>
     97      <listitem>
     98        <para>Download: <ulink
     99        url="&patches-root;&libcap-uapi-patch;"/></para>
     100        <para>MD5 sum: <literal>&libcap-uapi-patch-md5;</literal></para>
     101      </listitem>
     102    </varlistentry>
     103
     104    <varlistentry>
    96105      <term>Man i18n Patch - <token>&man-i18n-patch-size;</token>:</term>
    97106      <listitem>
  • BOOK/patches.ent

    r9a3dabe rd4764b6  
    4444<!ENTITY iputils-fixes-patch-md5 "a2e77de7fd1fc4417bce0af3e6ffdfcb">
    4545<!ENTITY iputils-fixes-patch-size "153 KB">
     46
     47<!ENTITY libcap-uapi-patch "libcap-&libcap-version;-uapi-1.patch">
     48<!ENTITY libcap-uapi-patch-md5 "0a84f95ca9906b892880f36c6894c673">
     49<!ENTITY libcap-uapi-patch-size "24 KB">
    4650
    4751<!ENTITY man-i18n-patch "man-&man-version;-i18n-1.patch">
Note: See TracChangeset for help on using the changeset viewer.