mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
Merge pull request #4452 from CvH/10.0/samba-icu
samba: disable automatic icu pickup
This commit is contained in:
commit
a59c70f4d0
@ -115,6 +115,13 @@ configure_target() {
|
|||||||
PYTHON=${TOOLCHAIN}/bin/python3 ./configure $PKG_CONFIGURE_OPTS
|
PYTHON=${TOOLCHAIN}/bin/python3 ./configure $PKG_CONFIGURE_OPTS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# disable icu, there is no buildswitch to disable
|
||||||
|
pre_make_target() {
|
||||||
|
sed -e '/#define HAVE_ICU_I18N 1/d' \
|
||||||
|
-e '/#define HAVE_LIBICUI.* 1/d' \
|
||||||
|
-i bin/default/include/config.h
|
||||||
|
}
|
||||||
|
|
||||||
make_target() {
|
make_target() {
|
||||||
./buildtools/bin/waf build ${PKG_WAF_VERBOSE} --targets=$PKG_SAMBA_TARGET -j$CONCURRENCY_MAKE_LEVEL
|
./buildtools/bin/waf build ${PKG_WAF_VERBOSE} --targets=$PKG_SAMBA_TARGET -j$CONCURRENCY_MAKE_LEVEL
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user