]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix Linux build error with musl libc 1042/head
authorTBK <tbk@jjtc.eu>
Wed, 26 Feb 2020 20:12:45 +0000 (21:12 +0100)
committerGreg Hudson <ghudson@mit.edu>
Mon, 2 Mar 2020 21:51:06 +0000 (16:51 -0500)
commitcbdbc8d00d31344fafe00e0fdf984e04e631f7c4
tree8528a38a8799b68875e8627237026e389340bd8d
parent6d9da7bb216f96cbdd731aa894714bd84213a9d0
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]

ticket: 8880 (new)
tags: pullup
target_version: 1.18-next
src/util/support/plugins.c