mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Don't probe extra libraries for fdatasync.
Commit d2e15083
got rid of the main configure probe and HAVE_FDATASYNC
macro, but we still searched -lrt and -lposix4 for old Solaris systems.
It's in the C library on modern Solaris, as on other supported systems.
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:
@ -2421,7 +2421,6 @@ func_checks = [
|
||||
# required. Just checking for dlsym() ought to suffice.
|
||||
['dlsym', {'dependencies': [dl_dep], 'define': false}],
|
||||
['explicit_bzero'],
|
||||
['fdatasync', {'dependencies': [rt_dep, posix4_dep], 'define': false}], # Solaris
|
||||
['getifaddrs'],
|
||||
['getopt', {'dependencies': [getopt_dep, gnugetopt_dep], 'skip': always_replace_getopt}],
|
||||
['getopt_long', {'dependencies': [getopt_dep, gnugetopt_dep], 'skip': always_replace_getopt_long}],
|
||||
|
Reference in New Issue
Block a user