- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitc9a1d21
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 parent3dea7af commitc9a1d21
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
547 | 547 |
| |
548 | 548 |
| |
549 | 549 |
| |
550 |
| - | |
| 550 | + | |
| 551 | + | |
551 | 552 |
| |
552 | 553 |
| |
553 | 554 |
| |
|
0 commit comments
Comments
(0)