1 uClibc does not contain gnu/libc-version.h
3 Patch sent upstream: https://bugs.exim.org/show_bug.cgi?id=2070
5 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
7 diff -uNr exim-4.88.org/src/exim.c exim-4.88/src/exim.c
8 --- exim-4.88.org/src/exim.c 2016-12-18 15:02:28.000000000 +0100
9 +++ exim-4.88/src/exim.c 2016-12-26 12:12:57.000000000 +0100
15 +#if defined(__GLIBC__) && !defined(__UCLIBC__)
16 # include <gnu/libc-version.h>
20 fprintf(f, "Compiler: <unknown>\n");
24 +#if defined(__GLIBC__) && !defined(__UCLIBC__)
25 fprintf(f, "Library version: Glibc: Compile: %d.%d\n",
26 __GLIBC__, __GLIBC_MINOR__);
27 if (__GLIBC_PREREQ(2, 1))