configure patch for Alpha/Tru64 Unix 5.1

Petter Reinholdtsen pere at opera.com
Thu Jun 7 03:09:39 EST 2001


I had to apply this patch to configure.in to get configure to run on
Tru64 Unix on Alpha.  The RSA test forgot to reset $LIBS.

(The compile stopped with missing "zlib.h".  I'll send more patches if
required. :-)

diff -ur src-2.9p1/configure.in src-2.9p1-local/configure.in
--- src-2.9p1/configure.in      Wed Jun  6 17:15:09 2001
+++ src-2.9p1-local/configure.in        Wed Jun  6 19:06:07 2001
@@ -683,6 +683,7 @@
                break;
        ], [])
 done
+LIBS="$saved_LIBS"
 
 if test ! -z "$no_rsa" ; then
        AC_MSG_RESULT(disabled)
@@ -698,7 +699,7 @@
                else
                        RSA_MSG="yes (using RSAref)"
                        AC_MSG_RESULT(using RSAref)
-                       LIBS="$saved_LIBS -lcrypto -lRSAglue -lrsaref"
+                       LIBS="$LIBS -lcrypto -lRSAglue -lrsaref"
                fi
        fi
 fi
-- 
##>  Petter Reinholdtsen <##    | pere at td.org.uit.no
 O-  <SCRIPT Language="Javascript">window.close()</SCRIPT>
http://www.hungry.com/~pere/    | Go Mozilla, go! Go!



More information about the openssh-unix-dev mailing list