gettext: fix build failure with locale and uclibc
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 14 Dec 2012 09:15:17 +0000 (09:15 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 14 Dec 2012 21:24:24 +0000 (22:24 +0100)
commit7b6d368960f2e200a3ca4050d6ed1e7b481bb3f5
treea165657e672bb697ede14b435ff74606660d6bfd
parent599b97203012dbdc4a6663be717d6f1162ff26d9
gettext: fix build failure with locale and uclibc

As reported by Johan Sagaert in the mailing list, if it's building with
a uClibc toolchain with locale enabled the build fails since the new
gettext does a locale hack for glibc which isn't needed nor supported.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/gettext/gettext-uclibc-compat.patch [new file with mode: 0644]