summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorThomas Petazzoni2009-08-04 22:28:32 +0200
committerThomas Petazzoni2009-08-04 23:55:28 +0200
commit27c667c782d90c43fb6148134feb207307674019 (patch)
tree70b62a87a37fa8dd0ecfc4fcfebb12713ec73372 /CHANGES
parentbuildroot: fix fallout after qtopia4 -> qt rename (diff)
downloadbuildroot-27c667c782d90c43fb6148134feb207307674019.tar.gz
buildroot-27c667c782d90c43fb6148134feb207307674019.tar.xz
buildroot-27c667c782d90c43fb6148134feb207307674019.zip
gzip: add patch to fix glibc build
Recent glibc versions introduced a futimens() function, that gzip already implemented. So waiting for a proper usage of this function in gzip, we rename the gzip internal function to gz_futimens(). Patch inspired by http://lists.pld-linux.org/mailman/pipermail/pld-cvs-commit/Week-of-Mon-20070514/155476.html Fixes bug #537 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0c1f667b1..905b9d473 100644
--- a/CHANGES
+++ b/CHANGES
@@ -78,6 +78,7 @@
#509: Bump sqlite package to 3.6.16
#523: pciutils broken with external toolchain
#533: Update gamin to 0.1.10 to fix compilation
+ #537: Fix gzip build with recent glibc
2009.05, Released June 1st, 2009: