Browse Source

Improved uclibc to create the necessary files to support NLS

early
Alejandro Mery 18 years ago
parent
commit
109e886069
  1. 8
      base/uclibc/uclibc.conf

8
base/uclibc/uclibc.conf

@ -109,6 +109,14 @@ else
var_append makeopt ' ' "PREFIX=$root"
fi
if [ "$SDECFG_DISABLE_NLS" = "0" ]; then
hook_add premake 3 'uclibc_locale'
uclibc_locale() {
find "$PWD/extra/locale/charmaps" -name "*.pairs" > "$PWD/extra/locale/codesets.txt"
eval $MAKE -C extra/locale
}
fi
makeinstopt="$makeopt -j 1"
var_append makeopt ' ' "CROSS=${archprefix}"

Loading…
Cancel
Save