From 7d51240251f8226089ab1618831fde50b5e9e641 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
- If this option is set, then the automatic sysdeps tests will assume the -target architecture has a working /dev/random and will skip -its autodetection. -
- -- Otherwise, /dev/random will be autodetected -and tested; if entropy generation is low on the host, the compilation -process might hang for several minutes. It is safe to leave this flag -clear; it should only be set to speed up the compilation process in a -known environment or for testing purposes. -
- -- If skalibs is being cross-compiled, this flag obviously has no effect: -the presence of a working /dev/random is read from the user-provided -sysdeps. -
- -- If you set this option, then the librandom functions -will assume the presence of an EGD daemon listening on path, -and use it to get random data. -
- -- By default, skalibs will not include EGD support. -
-diff --git a/doc/index.html b/doc/index.html index e7c6df5..e213c5d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@ with a standard C development environment
I am aware that the previous restrictions sound completely ridiculous while the official skalibs documentation is incomplete. -As of 2.4.0.0, I'm not going to enforce those restrictions, but if you're +As of 2.4.0.1, I'm not going to enforce those restrictions, but if you're going to provide documentation for skalibs, don't keep it to yourself, please send it to me instead. :-)
diff --git a/doc/upgrade.html b/doc/upgrade.html index 808fdc8..e468c7a 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@