|
@@ -36,6 +36,11 @@ Diffutils, GCC, Gettext, Glibc, Grep, Make, and Sed</seg></seglistitem>
|
|
|
prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the
|
|
|
<command>configure</command> command below.</para></note>
|
|
|
|
|
|
+<para>Apply a patch to fix a number of incorrect assumptions in Shadow's
|
|
|
+<command>configure</command> script:</para>
|
|
|
+
|
|
|
+<screen><userinput>patch -Np1 -i ../&shadow-configure-patch;</userinput></screen>
|
|
|
+
|
|
|
<para>Prepare Shadow for compilation:</para>
|
|
|
|
|
|
<screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen>
|
|
@@ -82,7 +87,7 @@ the <command>sed</command> given below:</para>
|
|
|
|
|
|
<screen><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
|
|
|
-e 's@/var/spool/mail@/var/mail@' \
|
|
|
- etc/login.defs.linux > /etc/login.defs</userinput></screen>
|
|
|
+ etc/login.defs > /etc/login.defs</userinput></screen>
|
|
|
|
|
|
<para>Move a misplaced program to its proper location:</para>
|
|
|
|