diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/libcap.xml | 14 |
2 files changed, 24 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 799df39a8..3b4182702 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ </listitem> --> <listitem> + <para>2014-06-28</para> + <itemizedlist> + <listitem> + <para>[Chris] - Added command explanation to Libcap page. + Fixes <ulink url="&lfs-ticket-root;3619">#3619</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-06-23</para> <itemizedlist> <listitem> diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml index 63e9d0017..ca0e3e805 100644 --- a/chapter06/libcap.xml +++ b/chapter06/libcap.xml @@ -54,6 +54,20 @@ <screen><userinput remap="install">make RAISE_SETFCAP=no prefix=/usr install chmod -v 755 /usr/lib/libcap.so</userinput></screen> + <variablelist> + <title>The meaning of the make option:</title> + + <varlistentry> + <term><parameter>RAISE_SETFCAP=no</parameter></term> + <listitem> + <para>This parameter skips trying to use <command>setcap</command> + on itself. This avoids an installation error if the kernel or file + system does not support extended capabilities.</para> + </listitem> + </varlistentry> + + </variablelist> + <para>The shared library needs to be moved to <filename class="directory">/lib</filename>, and as a result the <filename class="extension">.so</filename> file in |