[krbdev.mit.edu #8880] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8880 > Fix typo in musl build fix Commit cbdbc8d00d31344fafe00e0fdf984e04e631f7c4 checked for __GLIBC__PREREQ instead of __GLIBC_PREREQ, thus accidentally reverting the workaround introduced in commit bf5953c549a6d279977df69ffe89b2ba51460eaf. Fix the typo. https://github.com/krb5/krb5/commit/b009cca2026b615ef5386faa4c0230bc27c4161d Author: Greg Hudson <[email protected]> Commit: b009cca2026b615ef5386faa4c0230bc27c4161d Branch: master src/util/support/plugins.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)