1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Remove traces of Sun -lposix4.

This was a library on ancient Solaris systems, which was eventually
replaced by -lrt, itself now redundant on that OS.

Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Reviewed-by: Tristan Partin <tristan@neon.tech>
Discussion: https://postgr.es/m/CA%2BhUKGLLVx4drdvXats9PxH3eeB%2BE2NkJReJ%2BRGmaOpU%3D9rgEA%40mail.gmail.com
This commit is contained in:
Thomas Munro
2023-08-17 16:16:43 +12:00
parent 64393a7ff9
commit 8fe4beaa21
3 changed files with 3 additions and 4 deletions

2
configure vendored
View File

@ -12163,7 +12163,7 @@ return clock_gettime ();
return 0;
}
_ACEOF
for ac_lib in '' rt posix4; do
for ac_lib in '' rt; do
if test -z "$ac_lib"; then
ac_res="none required"
else