We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fc68c8 commit b64d831Copy full SHA for b64d831
meson.build
@@ -557,7 +557,8 @@ test_c_args = cppflags + cflags
557
bsd_authopt = get_option('bsd_auth')
558
bsd_auth = not_found_dep
559
if cc.check_header('bsd_auth.h', required: bsd_authopt,
560
- args: test_c_args, include_directories: postgres_inc)
+ args: test_c_args, prefix: '#include <sys/types.h>',
561
+ include_directories: postgres_inc)
562
cdata.set('USE_BSD_AUTH', 1)
563
bsd_auth = declare_dependency()
564
endif
0 commit comments