mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 01:59:53 -05:00
Fix creation of stand-alone INSTALL.html file.
I missed the notice at the top of the file, that plain xref must not be used in installation.sgml. Per buildfarm member guaibasaurus.
This commit is contained in:
parent
daac8e30eb
commit
7dd8eb39bd
1 changed files with 3 additions and 1 deletions
|
|
@ -1103,7 +1103,9 @@ su - postgres
|
|||
Allow the build to succeed even if <productname>PostgreSQL</>
|
||||
has no support for strong random numbers on the platform.
|
||||
A source of random numbers is needed for some authentication
|
||||
protocols, as well as some routines in <xref linkend="pgcrypto">
|
||||
protocols, as well as some routines in the
|
||||
<![%standalone-include[pgcrypto]]>
|
||||
<![%standalone-ignore[<xref linkend="pgcrypto">]]>
|
||||
module. --disable-strong-random disables functionality that
|
||||
requires cryptographically strong random numbers, and substitutes
|
||||
a weak pseudo-random-number-generator for the generation of
|
||||
|
|
|
|||
Loading…
Reference in a new issue