diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter08/libcap.xml | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1ed4589ef..872082ac1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,15 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2021-06-18</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Ensure libcap installs capsh.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2021-06-15</para> <itemizedlist> <listitem> diff --git a/chapter08/libcap.xml b/chapter08/libcap.xml index d8fc15175..05d4a6ff0 100644 --- a/chapter08/libcap.xml +++ b/chapter08/libcap.xml @@ -43,6 +43,10 @@ <sect2 role="installation"> <title>Installation of Libcap</title> + <para>First, fix an upstream oversight in the latest release:</para> + +<screen><userinput remap="pre">sed -i 's/ $(PROGS)/& capsh/' progs/Makefile</userinput></screen> + <para>Prevent static libraries from being installed:</para> <screen><userinput remap="pre">sed -i '/install -m.*STA/d' libcap/Makefile</userinput></screen> |