- Configure fix from Hiroshi Takekawa <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user