In 0.9.7c, I noticed that the standard "make install" creates
a self-referencing EVP_BytesToKey.3 -> EVP_BytesToKey.3 symlink
loop in the target's man/man3/ directory. The following patch
fixes the erroneous symlink creation, but does not attempt
to find the real cause for it.

--snip--
--- openssl-0.9.7c/#Makefile~   Thu Nov  6 10:08:58 2003
+++ openssl-0.9.7c/Makefile.ssl Thu Nov  6 10:08:58 2003
@@ -877,6 +877,7 @@
                        grep -v $$filecase "^$$fn\$$" | \
                        (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
                         while read n; do \
+                               test "$$fn" = "$$n" && continue; \
                                $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) 
"$$n".$${sec}$(MANSUFFIX); \
                         done); \
        done
--snip--

  Martin
-- 
<[EMAIL PROTECTED]>         |     Fujitsu Siemens
Fon: +49-89-636-46021, FAX: +49-89-636-47655 | 81730  Munich,  Germany
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to