strace: fix compile on Generic due to mpers

This commit is contained in:
heitbaum 2021-01-25 14:24:02 +00:00
parent b8007d5388
commit 6da2bb92bf

View File

@ -11,3 +11,7 @@ PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="strace is a diagnostic, debugging and instructional userspace utility"
PKG_TOOLCHAIN="autotools"
PKG_BUILD_FLAGS="-sysroot"
if [ "${TARGET_ARCH}" = x86_64 ]; then
PKG_CONFIGURE_OPTS_TARGET="--enable-mpers=no"
fi