diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-30 22:01:23 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-08-30 22:08:21 +0200 |
commit | 014df317d47c17c8b98518bfd5062390ff35e5cf (patch) | |
tree | daba4ab72db5ef9eb42736e95df181ffa0addf50 /CHANGES | |
parent | 621e8726f927642359adec4b0916ca5c8c9fec22 (diff) | |
download | buildroot-novena-014df317d47c17c8b98518bfd5062390ff35e5cf.tar.gz buildroot-novena-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-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |