summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorPeter Korsgaard2009-08-30 22:01:23 +0200
committerPeter Korsgaard2009-08-30 22:08:21 +0200
commit014df317d47c17c8b98518bfd5062390ff35e5cf (patch)
treedaba4ab72db5ef9eb42736e95df181ffa0addf50 /CHANGES
parentutil-linux: fix libblkid detection (diff)
downloadbuildroot-014df317d47c17c8b98518bfd5062390ff35e5cf.tar.gz
buildroot-014df317d47c17c8b98518bfd5062390ff35e5cf.tar.xz
buildroot-014df317d47c17c8b98518bfd5062390ff35e5cf.zip
util-linux: fix build with locale in toolchain
Closes #529. util-linux needs to link with libintl when locale support is available / requested in the toolchain, similar to how it is done for avahi. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 01f6cb19b..a0e39f7ec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+2009.08, Not yet released:
+
+ Issues resolved (http://bugs.uclibc.org):
+
+ #529: util-linux doesn't find headers and include libs correctly
+
2009.08-rc3, Released August 26th, 2009:
Additional fixes and cleanups.