mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
glibc: use widevine patches also on aarch64
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
7e809528e9
commit
ca01cd88b8
@ -13,6 +13,10 @@ PKG_DEPENDS_INIT="glibc"
|
||||
PKG_LONGDESC="The Glibc package contains the main C library."
|
||||
PKG_BUILD_FLAGS="+bfd"
|
||||
|
||||
if [ "${TARGET_ARCH}" = "arm" ] || [ "${TARGET_ARCH}" = "aarch64" ]; then
|
||||
PKG_PATCH_DIRS="widevine-arm"
|
||||
fi
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="BASH_SHELL=/bin/sh \
|
||||
ac_cv_path_PERL=no \
|
||||
ac_cv_prog_MAKEINFO= \
|
||||
|
Loading…
x
Reference in New Issue
Block a user