mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
glibc: Fix to load patches from arm directory for aarch64 as well
This commit is contained in:
parent
4a47e8f060
commit
e4d6559bfd
@ -35,6 +35,11 @@ PKG_CONFIGURE_OPTS_TARGET="BASH_SHELL=/bin/sh \
|
||||
--enable-lock-elision \
|
||||
--disable-timezone-tools"
|
||||
|
||||
# workaround to use arm patches for aarch64
|
||||
if [ "${TARGET_PATCH_ARCH}" = "aarch64" ]; then
|
||||
PKG_PATCH_DIRS="arm"
|
||||
fi
|
||||
|
||||
# busybox:init needs it
|
||||
# testcase: boot with /storage as nfs-share (set cmdline.txt -> "ip=dhcp boot=UUID=2407-5145 disk=NFS=[nfs-share] quiet")
|
||||
PKG_CONFIGURE_OPTS_TARGET+=" --enable-obsolete-rpc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user