Fix compilation of uuid-ossp

Michael Paquier <michael@paquier.xyz>

Commit: 525e60b7429925d09fce1b5aa0bc2f23cfe6dd18
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-12-10T03:49:43Z
Releases: 14.0
Fix compilation of uuid-ossp

This module had a dependency on pgcrypto's md5.c that got removed by
b67b57a.  Instead of the code from pgcrypto, this code can just use the
new cryptohash routines for MD5 as a drop-in replacement, so let's just
do this switch.  This has also the merit to simplify a bit the
compilation of uuid-ossp.

This requires --with-uuid to be reproduced, and I have used e2fs as a
way to reproduce the failure, then test this commit.

Per reports from buildfarm members longfin, florican and sifaka.

Discussion: https://postgr.es/m/X9GToVd3QmWeNvj8@paquier.xyz

Files

PathChange+/−
configure modified +2 −2
configure.ac modified +2 −2
contrib/uuid-ossp/Makefile modified +2 −2
contrib/uuid-ossp/uuid-ossp.c modified +10 −6

Discussion

Cited messages not in the archive: X9GToVd3QmWeNvj8@paquier.xyz