strace: move to packages/debug, drop -sysroot flag

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2021-01-24 12:44:19 +01:00
parent ca3ef4a1ba
commit d24b4ae1a8
3 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ PKG_URL="https://strace.io/files/${PKG_VERSION}/strace-${PKG_VERSION}.tar.xz"
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"