uclibc: Do not include __iconv_codesets into iconv utility
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Fri, 24 Oct 2014 12:34:30 +0000 (13:34 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 25 Oct 2014 09:24:20 +0000 (11:24 +0200)
commitc34110ec51a66fb0a1efb5823ea41ba036c1bfe3
tree5e700b6f3c8d8c0c29d98e71cdc786ec1ac3f34e
parent9e30c5c2b1cf2c535734a5c1f07b612e830a60b1
uclibc: Do not include __iconv_codesets into iconv utility

Backporting an upstream patch to fix a problem in the install step:

make[1]: Entering directory `/br/output/build/uclibc-0.9.31.1'
make[2]: Nothing to be done for `locale_headers'.
CC utils/getconf
STRIP -x -R .note -R .comment ../utils/getconf
CC utils/iconv
../lib/libc.a(iconv.os):(.rodata+0x18): multiple definition of
`__iconv_codesets'
/tmp/ccVmV8Lq.o:(.rodata+0x18): first defined here
collect2: error: ld returned 1 exit status

Upstream commit:
http://git.uclibc.org/uClibc/commit/?id=d46dc8bc88e38251bfa3712efe7abf62933f5419

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/uclibc/0.9.31.1/0014-Do-not-include-__iconv_codesets-into-iconv-utility.patch [new file with mode: 0644]
package/uclibc/0.9.33.2/0065-Do-not-include-__iconv_codesets-into-iconv-utility.patch [new file with mode: 0644]