- Configure fix from Hiroshi Takekawa <[email protected]>

This commit is contained in:
Damien Miller
2000-03-08 09:03:44 +11:00
parent 5a88b6e70b
commit 1a07ebd4d8
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -19,6 +19,7 @@ David Agraz <[email protected]> - Build fixes
David Rankin <[email protected]> - libwrap, AIX, NetBSD fixes
Gary E. Miller <[email protected]> - SCO support
HARUYAMA Seigo <[email protected]> - Translations & doc fixes
Hiroshi Takekawa <[email protected]> - Configure fixes
Holger Trapp <[email protected]> - KRB4/AFS config patch
Jani Hakala <[email protected]> - Patches
Jarno Huuskonen <[email protected]> - Bugfixes
+6
View File
@@ -1,3 +1,9 @@
20000308
- Configure fix from Hiroshi Takekawa <[email protected]>
20000307
- Released 1.2.2p1
20000305
- Fix DEC compile fix
- Explicitly seed OpenSSL's PRNG before checking rsa_alive()
+1 -1
View 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"