mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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.
This commit is contained in:
parent
b5e4ab72f1
commit
52155b6c33
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user