From 07055445998fc6b9fe6ca3a6b5e5437d12b943b1 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 7 Mar 2000 22:03:44 +0000 Subject: [PATCH] - Configure fix from Hiroshi Takekawa --- CREDITS | 1 + ChangeLog | 6 ++++++ configure.in | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index 234bc117..50a0447e 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 22d3377b..4eb4ee6a 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 4b5ee92c..e02a026b 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" -- 2.45.2