- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit01cdb98
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 parentd29bf19 commit01cdb98
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
553 | 553 |
| |
554 | 554 |
| |
555 | 555 |
| |
556 |
| - | |
| 556 | + | |
| 557 | + | |
557 | 558 |
| |
558 | 559 |
| |
559 | 560 |
| |
|
0 commit comments
Comments
(0)