mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
strace: fix compile on Generic due to mpers
This commit is contained in:
parent
b8007d5388
commit
6da2bb92bf
@ -11,3 +11,7 @@ PKG_DEPENDS_TARGET="toolchain"
|
|||||||
PKG_LONGDESC="strace is a diagnostic, debugging and instructional userspace utility"
|
PKG_LONGDESC="strace is a diagnostic, debugging and instructional userspace utility"
|
||||||
PKG_TOOLCHAIN="autotools"
|
PKG_TOOLCHAIN="autotools"
|
||||||
PKG_BUILD_FLAGS="-sysroot"
|
PKG_BUILD_FLAGS="-sysroot"
|
||||||
|
|
||||||
|
if [ "${TARGET_ARCH}" = x86_64 ]; then
|
||||||
|
PKG_CONFIGURE_OPTS_TARGET="--enable-mpers=no"
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user