diff --git a/CREDITS b/CREDITS index 234bc1178..50a0447eb 100644 --- a/CREDITS +++ b/CREDITS @@ -19,6 +19,7 @@ David Agraz - Build fixes David Rankin - libwrap, AIX, NetBSD fixes Gary E. Miller - SCO support HARUYAMA Seigo - Translations & doc fixes +Hiroshi Takekawa - Configure fixes Holger Trapp - KRB4/AFS config patch Jani Hakala - Patches Jarno Huuskonen - Bugfixes diff --git a/ChangeLog b/ChangeLog index 22d3377b1..4eb4ee6a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +20000308 + - Configure fix from Hiroshi Takekawa + +20000307 + - Released 1.2.2p1 + 20000305 - Fix DEC compile fix - Explicitly seed OpenSSL's PRNG before checking rsa_alive() diff --git a/configure.in b/configure.in index 4b5ee92cf..e02a026bb 100644 --- a/configure.in +++ b/configure.in @@ -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"