]> andersk Git - openssh.git/commitdiff
- Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
authordamien <damien>
Tue, 7 Mar 2000 22:03:44 +0000 (22:03 +0000)
committerdamien <damien>
Tue, 7 Mar 2000 22:03:44 +0000 (22:03 +0000)
CREDITS
ChangeLog
configure.in

diff --git a/CREDITS b/CREDITS
index 234bc117851938fc3a491d27c2d7f56df035cea6..50a0447eb119cefc8490c567e7b742d169aaf9c1 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -19,6 +19,7 @@ David Agraz <dagraz@jahoopa.com> - Build fixes
 David Rankin <drankin@bohemians.lexington.ky.us> - libwrap, AIX, NetBSD fixes
 Gary E. Miller <gem@rellim.com> - SCO support
 HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp> - Translations & doc fixes
+Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp> - Configure fixes
 Holger Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE> - KRB4/AFS config patch
 Jani Hakala <jahakala@cc.jyu.fi> - Patches
 Jarno Huuskonen <jhuuskon@hytti.uku.fi> - Bugfixes
index 22d3377b1d4579feddf6f7016155ebc74f43d0b4..4eb4ee6a7e89fbc3671e22b76cc89fcbc4364085 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20000308
+ - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>
+
+20000307
+ - Released 1.2.2p1
+
 20000305
  - Fix DEC compile fix
  - Explicitly seed OpenSSL's PRNG before checking rsa_alive()
index 4b5ee92cf4d8e74c509d1429f1802541345e9b89..e02a026bb8c044d6c5aa74f162075eb9b6f02635 100644 (file)
@@ -155,7 +155,7 @@ for ssldir in "" $tryssldir /usr /usr/local/openssl /usr/lib/openssl /usr/local/
                LIBS="$saved_LIBS -L$ssldir"
                CFLAGS="$CFLAGS -I$ssldir/include"
                if test "x$need_dash_r" = "x1" ; then
-                       LIBS="$LIBS -R$ssldir"
+                       LIBS="$LIBS -R$ssldir/lib"
                fi
        fi
        LIBS="$LIBS -lcrypto"
This page took 0.24467 seconds and 5 git commands to generate.