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 --- chapter06/libcap.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'chapter06/libcap.xml') 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 -- cgit v1.2.3-54-g00ecf