diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 776075000..65e33a22c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,15 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2021-06-18 + + + [bdubbs] - Ensure libcap installs capsh. + + + + 2021-06-15 diff --git a/chapter08/libcap.xml b/chapter08/libcap.xml index accf91fd9..5a5526e5c 100644 --- a/chapter08/libcap.xml +++ b/chapter08/libcap.xml @@ -43,6 +43,10 @@ Installation of Libcap + First, fix an upstream oversight in the latest release: + +sed -i 's/ $(PROGS)/& capsh/' progs/Makefile + Prevent static libraries from being installed: sed -i '/install -m.*STA/d' libcap/Makefile