diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-09-05 22:34:34 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-09-05 22:34:34 +0800 |
commit | 6b6a1b958af3a0e59559e44ad700f761d8a49a09 (patch) | |
tree | 175d8a27f89af432f91863dade6974f15ee310f6 /chapter08/shadow.xml | |
parent | 6786b0cde8b7df66bfc8c3067218f95a31b8e2d8 (diff) | |
parent | e8f0a1b1da395c13076b3485e33dd4f86c8baff0 (diff) |
Merge remote-tracking branch 'origin/trunk' into xry111/arm64
Diffstat (limited to 'chapter08/shadow.xml')
-rw-r--r-- | chapter08/shadow.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index 0f34d70ac..f88216a5b 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -107,6 +107,7 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s ./configure --sysconfdir=/etc \ --disable-static \ --with-{b,yes}crypt \ + --without-libbsd \ --with-group-name-max-length=32</userinput></screen> <variablelist> @@ -144,6 +145,14 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s </listitem> </varlistentry> + <varlistentry> + <term><parameter>--without-libbsd</parameter></term> + <listitem> + <para>Do not use the readpassphrase function from libbsd which + is not in LFS. Use the internal copy instead.</para> + </listitem> + </varlistentry> + </variablelist> <para>Compile the package:</para> |