mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #5063 from antonlacon/strace-aarch64
strace: dont build 32bit support for aarch64
This commit is contained in:
commit
74cd52108b
@ -11,6 +11,6 @@ PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="strace is a diagnostic, debugging and instructional userspace utility"
|
||||
PKG_TOOLCHAIN="autotools"
|
||||
|
||||
if [ "${TARGET_ARCH}" = x86_64 ]; then
|
||||
if [ "${TARGET_ARCH}" = x86_64 -o "${TARGET_ARCH}" = "aarch64" ]; then
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-mpers=no"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user