mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Revert "glibc (init): add gconv ANSI_X3 and IBM850 to init image"
This reverts commit 407f53aa074ff9931a1aa57abd90ee9ef29deceb.
This commit is contained in:
parent
8a065ed3fc
commit
d70bc4d840
@ -155,12 +155,6 @@ makeinstall_init() {
|
||||
if [ "${TARGET_ARCH}" = "arm" -a "${TARGET_FLOAT}" = "hard" ]; then
|
||||
ln -sf ld.so ${INSTALL}/usr/lib/ld-linux.so.3
|
||||
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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user