the rest of openssl

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@725 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-02-23 03:58:43 +00:00
parent 36a88bd6e9
commit 77a0100357
2 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,9 @@ command uses -m486 instead of -march=i486. To fix this behavior, use
linux-ppro, linux-pentium or linux-k6 (depending on your architecture), instead of linux-elf.
</para></note>
<para><screen><userinput>rm doc/apps/passwd.pod &amp;&amp;
<para><screen><userinput>sed '/=head1 *NAME/,+2s/passwd/openssl-passwd/' doc/apps/passwd.pod \
> doc/apps/openssl-passwd.pod &amp;&amp;
rm doc/apps/passwd.pod &amp;&amp;
./Configure linux-elf --openssldir=/etc/ssl --prefix=/usr shared &amp;&amp;</userinput>
<userinput>make MANDIR=/usr/share/man &amp;&amp;</userinput>
<userinput>make MANDIR=/usr/share/man install &amp;&amp;</userinput>

View File

@ -11,7 +11,8 @@ page in Chapter 1 for details on who wrote what.</para>
<itemizedlist>
<listitem><para>February 22nd, 2003 [larry]: General: Updated to
openssl-0.9.7a and pcre-4.0.</para></listitem>
openssl-0.9.7a and pcre-4.0. New sed command for openssl
contributed by Jochen Held.</para></listitem>
<listitem><para>February 22nd, 2003 [larry]: PST: Updated to
LPRng-3.8.20.</para></listitem>