Skip to content

Commit

Permalink
glibc: Fix to load patches from arm directory for aarch64 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dtechsrv committed Jul 1, 2021
1 parent 4a47e8f commit e4d6559
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/devel/glibc/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e4d6559

Please sign in to comment.