forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb64d831
committed
meson: Fix failure to detect bsd_auth.h presence
bsd_auth.h file needs to be included after 'sys/types.h', as documented inhttps://man.openbsd.org/authenticate.3The reason a similar looking stanza works for autoconf is that autoconfautomatically adds AC_INCLUDES_DEFAULT, which in turn includes sys/types.h.Backpatch to all versions with meson support.Author: Nazir Bilal Yavuz <byavuz81@gmail.com>Discussion:https://postgr.es/m/637haqqyhg2wlz7q6wq25m2qupe67g7f2uupngzui64zypy4x2@ysr2xnmynmu4Backpatch-through: 161 parent0fc68c8 commitb64d831
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
557 | 557 |
| |
558 | 558 |
| |
559 | 559 |
| |
560 |
| - | |
| 560 | + | |
| 561 | + | |
561 | 562 |
| |
562 | 563 |
| |
563 | 564 |
| |
|
0 commit comments
Comments
(0)