mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
samba: disable automatic icu pickup
if you build icu before samba, icu gets used at buildtime and fails
This commit is contained in:
parent
0087475d66
commit
f89b9153d8
@ -115,6 +115,13 @@ configure_target() {
|
||||
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() {
|
||||
./buildtools/bin/waf build ${PKG_WAF_VERBOSE} --targets=$PKG_SAMBA_TARGET -j$CONCURRENCY_MAKE_LEVEL
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user