summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2016-11-23 20:51:35 +0100
committerMark Wielaard <mjw@redhat.com>2016-11-23 20:51:35 +0100
commitee225020a880e41cd4007af09ae488bc9cf1a536 (patch)
treefa6debf30bbcb9424bda0126d48d71eb9c9292d6 /ChangeLog
parent507e7e28f0f58cb711a7b3e5bb320c5f30b0e6ea (diff)
Only workaround fts.h if we have a bad version that doesn't handle LFS.
Older versions of glibc included an fts implementation that didn't have Large File System support. We worked around that in linux-kernel-modules.c by including it early before config.h and then redefining some symbols to get the 64-bit versions. This is somewhat fragile and not necessary with newer glibc. If possible we want the 64bit fts version always. Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f21421f9..c7e2a2ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-23 Mark Wielaard <mjw@redhat.com>
+
+ * configure.ac: Add test for bad fts.h. Add -DBAD_FTS=1 to CFLAGS
+ if necessary.
+
2016-11-02 Mark Wielaard <mjw@redhat.com>
* configure.ac: Add check for whether gcc accepts