configure patch for Alpha/Tru64 Unix 5.1

mouring at etoh.eviladmin.org mouring at etoh.eviladmin.org
Sat Jun 9 12:02:03 EST 2001


Thanks, applied.

On Wed, 6 Jun 2001, Petter Reinholdtsen wrote:

>
> 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