diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-18 12:03:28 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-02-18 12:51:41 +0800 |
commit | 52155b6c335f465cf7e53e9100aba2f6e3a2e2f3 (patch) | |
tree | 411d84c5d217b94f3b5e8f4453ce508ef0e93385 | |
parent | b5e4ab72f196d765ce4ad7b8281f5c2fd1d6ada5 (diff) |
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.
-rw-r--r-- | chapter08/shadow.xml | 5 |
1 files changed, 2 insertions, 3 deletions
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 / /' {} \;</userinput></s <screen><userinput remap="configure">touch /usr/bin/passwd ./configure --sysconfdir=/etc \ + --disable-static \ --with-group-name-max-length=32</userinput></screen> <variablelist> @@ -254,9 +255,7 @@ useradd -D --gid 999</userinput></screen> sg (link to newgrp), su, useradd, userdel, usermod, vigr (link to vipw), and vipw</seg> <seg>/etc/default</seg> - <!-- TODO: the static lib should be disabled by - -disable-static. - Keep it for now because of the rc freeze. --> - <seg>libsubid.{a,so}</seg> + <seg>libsubid.so</seg> </seglistitem> </segmentedlist> |