mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
glibc (init): add gconv ANSI_X3 and IBM850 to init image
This commit is contained in:
parent
a5fc6876d8
commit
407f53aa07
@ -155,6 +155,12 @@ makeinstall_init() {
|
|||||||
if [ "${TARGET_ARCH}" = "arm" -a "${TARGET_FLOAT}" = "hard" ]; then
|
if [ "${TARGET_ARCH}" = "arm" -a "${TARGET_FLOAT}" = "hard" ]; then
|
||||||
ln -sf ld.so ${INSTALL}/usr/lib/ld-linux.so.3
|
ln -sf ld.so ${INSTALL}/usr/lib/ld-linux.so.3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir -p ${INSTALL}/usr/lib/gconv/gconv-modules.d/
|
||||||
|
cp -PR ${PKG_BUILD}/.${TARGET_NAME}/iconvdata/ANSI_X3.110.so ${INSTALL}/usr/lib/gconv
|
||||||
|
cp -PR ${PKG_BUILD}/.${TARGET_NAME}/iconvdata/IBM850.so ${INSTALL}/usr/lib/gconv
|
||||||
|
grep IBM850 ${PKG_BUILD}/.${TARGET_NAME}/iconvdata/gconv-modules.d/gconv-modules-extra.conf > \
|
||||||
|
${INSTALL}/usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
post_makeinstall_init() {
|
post_makeinstall_init() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user