This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit b02fed5
committed
[[ Bug ]] Do not define HAVE_GETPWNAM for android mysql client builds
This patch comments out the definition of `HAVE_GETPWNAM` for android mysql client
builds as the block where it is used calls `endpwent` which is unavailable.1 parent 16f00ad commit b02fed5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments