[30754] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Fix typo in musl build fix

daemon@ATHENA.MIT.EDU (Greg Hudson)
Thu Mar 12 01:02:07 2020

Date: Thu, 12 Mar 2020 01:01:47 -0400
From: Greg Hudson <ghudson@mit.edu>
Message-ID: <202003120501.02C51lYF024789@drugstore.mit.edu>
To: <cvs-krb5@mit.edu>
MIME-Version: 1.0
Reply-To: krbdev@mit.edu
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/b009cca2026b615ef5386faa4c0230bc27c4161d
commit b009cca2026b615ef5386faa4c0230bc27c4161d
Author: Greg Hudson <ghudson@mit.edu>
Date:   Thu Mar 12 00:44:10 2020 -0400

    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.
    
    ticket: 8880

 src/util/support/plugins.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/util/support/plugins.c b/src/util/support/plugins.c
index 1644d16..1ff10c3 100644
--- a/src/util/support/plugins.c
+++ b/src/util/support/plugins.c
@@ -62,7 +62,7 @@
  * dlopen() with RTLD_NODELETE, we weren't going to unload the plugin objects
  * anyway.
  */
-#ifdef __GLIBC__PREREQ
+#ifdef __GLIBC_PREREQ
 #if ! __GLIBC_PREREQ(2, 25)
 #define dlclose(x)
 #endif
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post