From d9447c15c151ab1e46796bf069545a4fb521e3b0 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 2 Mar 2020 18:27:41 +0000 Subject: Update to libcap-2.32. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11772 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++-- chapter06/libcap.xml | 11 +++++++---- general.ent | 1 - packages.ent | 6 +++--- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 80106b963..a76d2396d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -70,8 +70,8 @@ #4601. - [bdubbs] - Update to libcap-2.32. Fixes - #4600. + [bdubbs] - Update to libcap-2.33. Fixes + #4608. [bdubbs] - Update to linux-5.5.7. Fixes diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml index 6ec48c5ad..74704650d 100644 --- a/chapter06/libcap.xml +++ b/chapter06/libcap.xml @@ -43,9 +43,9 @@ Installation of Libcap - Prevent two static libraries from being installed: + Prevent a static library from being installed: -sed -i '/install.*STA...LIBNAME/d' libcap/Makefile +sed -i '/install.*STACAPLIBNAME/d' libcap/Makefile Compile the package: @@ -69,10 +69,13 @@ make test - Install the package: + Install the package and do some cleanup: make lib=lib install -chmod -v 755 /lib/libcap.so.&libcap-version; +chmod -v 755 /lib/libcap.so.&libcap-version; +mv -v /lib/libpsx.a /usr/lib +rm -v /lib/libcap.so +ln -sfv ../../lib/libcap.so.2 /usr/lib/libcap.so diff --git a/general.ent b/general.ent index 8ff75962f..2679639a6 100644 --- a/general.ent +++ b/general.ent @@ -10,7 +10,6 @@ - diff --git a/packages.ent b/packages.ent index b17dc61d5..fb5e47682 100644 --- a/packages.ent +++ b/packages.ent @@ -389,10 +389,10 @@ - - + + - + -- cgit v1.2.3-54-g00ecf