PAM plugin build warning for IF...ENDIF
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.5 |
Invalid
|
Undecided
|
Unassigned | |||
5.6 |
Invalid
|
Undecided
|
Unassigned | |||
5.7 |
Fix Released
|
Low
|
Tomislav Plavcic |
Bug Description
When building 5.7.10-rc2 I see following:
21:06:11 CMake Warning (dev) in plugin/
21:06:11 A logical block opening on the line
21:06:11
21:06:11 /mnt/workspace/
21:06:11
21:06:11 closes on the line
21:06:11
21:06:11 /mnt/workspace/
21:06:11
21:06:11 with mis-matching arguments.
21:06:11 This warning is for project developers. Use -Wno-dev to suppress it.
This doesn't look ok:
IF(HAVE_PAM AND HAVE_GETPWNAM_R AND HAVE_GETGRGID_R AND HAVE_DLFCN_H)
...
ENDIF(HAVE_PAM AND HAVE_GETPWNAM_R AND HAVE_GETGRGID_R)
tags: | added: pam |
tags: | added: low-hanging-fruit |
BLD-400