|
@@ -34,20 +34,24 @@ mkdir -p /var/lib/hwclock</userinput></screen>
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
|
|
-<screen><userinput>make HAVE_SLN=yes</userinput></screen>
|
|
|
+<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes</userinput></screen>
|
|
|
|
|
|
-<para>The meaning of the make parameter:</para>
|
|
|
+<para>The meaning of the make parameters:</para>
|
|
|
|
|
|
<itemizedlist>
|
|
|
+<listitem><para><userinput>HAVE_KILL=yes</userinput>: This prevents the
|
|
|
+<userinput>kill</userinput> program (already installed by Procps) from being
|
|
|
+built and installed again.</para></listitem>
|
|
|
+
|
|
|
<listitem><para><userinput>HAVE_SLN=yes</userinput>: This prevents the
|
|
|
<userinput>sln</userinput> program (a statically linked
|
|
|
-<userinput>ln</userinput>, already installed by Glibc) from being built
|
|
|
-again.</para></listitem>
|
|
|
+<userinput>ln</userinput>, already installed by Glibc) from being built and
|
|
|
+installed again.</para></listitem>
|
|
|
</itemizedlist>
|
|
|
|
|
|
<para>And install the package:</para>
|
|
|
|
|
|
-<screen><userinput>make HAVE_SLN=yes install</userinput></screen>
|
|
|
+<screen><userinput>make HAVE_KILL=yes HAVE_SLN=yes install</userinput></screen>
|
|
|
|
|
|
</sect2>
|
|
|
|