glibc: use widevine patches also on aarch64

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-02-24 16:10:32 +01:00
parent 7e809528e9
commit ca01cd88b8
3 changed files with 4 additions and 0 deletions

View File

@ -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= \