Skip Menu |
 

From: ghudson@mit.edu
Subject: git commit

Fix Linux build error with musl libc

Commit bf5953c549a6d279977df69ffe89b2ba51460eaf caused a build failure
on non-glibc Linux build environments. Change the conditionalization
so that __GLIBC_PREREQ will only be used if it is defined.

[ghudson@mit.edu: simplified conditionals; rewrote commit message]

https://github.com/krb5/krb5/commit/cbdbc8d00d31344fafe00e0fdf984e04e631f7c4
Author: TBK <tbk@jjtc.eu>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: cbdbc8d00d31344fafe00e0fdf984e04e631f7c4
Branch: master
src/util/support/plugins.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
From: ghudson@mit.edu
Subject: git commit

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 <ghudson@mit.edu>
Commit: b009cca2026b615ef5386faa4c0230bc27c4161d
Branch: master
src/util/support/plugins.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From: ghudson@mit.edu
Subject: git commit

Fix Linux build error with musl libc

Commit bf5953c549a6d279977df69ffe89b2ba51460eaf caused a build failure
on non-glibc Linux build environments. Change the conditionalization
so that __GLIBC_PREREQ will only be used if it is defined.

[ghudson@mit.edu: simplified conditionals; rewrote commit message]

(cherry picked from commit cbdbc8d00d31344fafe00e0fdf984e04e631f7c4)

https://github.com/krb5/krb5/commit/062dbfaa9c66d29bca3e7071fcaba336172987b9
Author: TBK <tbk@jjtc.eu>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: 062dbfaa9c66d29bca3e7071fcaba336172987b9
Branch: krb5-1.18
src/util/support/plugins.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
From: ghudson@mit.edu
Subject: git commit

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.

(cherry picked from commit b009cca2026b615ef5386faa4c0230bc27c4161d)

https://github.com/krb5/krb5/commit/995530c8acc59855112c9af53ecf6bdb9cb2f7ad
Author: Greg Hudson <ghudson@mit.edu>
Commit: 995530c8acc59855112c9af53ecf6bdb9cb2f7ad
Branch: krb5-1.18
src/util/support/plugins.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)