mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-03 16:07:51 +00:00
eglibc:
- enable CHARSET option (iconv replacement) - cosmetics - install iconvdata and locale-bin
This commit is contained in:
parent
e5e081e011
commit
6187466085
@ -38,16 +38,16 @@ libc_cv_gnu89_inline=yes
|
|||||||
libc_cv_ssp=no
|
libc_cv_ssp=no
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# needed by glib: OPTION_EGLIBC_LOCALE_CODE = y
|
# needed by glib: OPTION_EGLIBC_LOCALE_CODE = y
|
||||||
# needed by PAM: OPTION_EGLIBC_GETLOGIN = y
|
# needed by PAM: OPTION_EGLIBC_GETLOGIN = y
|
||||||
# needed by PAM: OPTION_EGLIBC_UTMP = y
|
# needed by PAM: OPTION_EGLIBC_UTMP = y
|
||||||
|
# libiconv replacement: OPTION_EGLIBC_CHARSETS = y
|
||||||
|
|
||||||
cat >options-groups.conf <<EOF
|
cat >options-groups.conf <<EOF
|
||||||
OPTION_EGLIBC_ADVANCED_INET6 = n
|
OPTION_EGLIBC_ADVANCED_INET6 = n
|
||||||
OPTION_EGLIBC_BIG_MACROS = n
|
OPTION_EGLIBC_BIG_MACROS = n
|
||||||
OPTION_EGLIBC_BSD = n
|
OPTION_EGLIBC_BSD = n
|
||||||
OPTION_EGLIBC_CATGETS = n
|
OPTION_EGLIBC_CATGETS = n
|
||||||
OPTION_EGLIBC_CHARSETS = n
|
|
||||||
OPTION_EGLIBC_DB_ALIASES = n
|
OPTION_EGLIBC_DB_ALIASES = n
|
||||||
OPTION_EGLIBC_LOCALES = n
|
OPTION_EGLIBC_LOCALES = n
|
||||||
OPTION_EGLIBC_NIS = n
|
OPTION_EGLIBC_NIS = n
|
||||||
|
@ -39,4 +39,12 @@ mkdir -p $INSTALL/bin
|
|||||||
sed -i 's%bash%sh%g' $INSTALL/bin/ldd
|
sed -i 's%bash%sh%g' $INSTALL/bin/ldd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
cp -P $PKG_BUILD/objdir-$1/locale/locale $INSTALL/bin
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/lib/gconv
|
||||||
|
cp -P $PKG_BUILD/iconvdata/gconv-modules $INSTALL/usr/lib/gconv
|
||||||
|
# didn't yet find a way to separate only needed modules.
|
||||||
|
# the way they are used is described within gconv-modules though
|
||||||
|
cp -P $PKG_BUILD/objdir-$1/iconvdata/*.so $INSTALL/usr/lib/gconv
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user