From 52155b6c335f465cf7e53e9100aba2f6e3a2e2f3 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 18 Feb 2022 12:03:28 +0800 Subject: shadow: add --disable-static Approved by bdubbs for 11.1. To editors: no need to rebuild system and re-tag anything, AFAIK nothing in BLFS uses libsubid now. You may delete /usr/lib/libsubid.a on your system manually. --- chapter08/shadow.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chapter08') diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index db6cbafd3..4fae11ede 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -104,6 +104,7 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;touch /usr/bin/passwd ./configure --sysconfdir=/etc \ + --disable-static \ --with-group-name-max-length=32 @@ -254,9 +255,7 @@ useradd -D --gid 999 sg (link to newgrp), su, useradd, userdel, usermod, vigr (link to vipw), and vipw /etc/default - - libsubid.{a,so} + libsubid.so -- cgit v1.2.3-54-g00ecf