mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-01-31 18:52:32 +00:00
18 lines
637 B
Makefile
18 lines
637 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="strace"
|
|
PKG_VERSION="6.13"
|
|
PKG_SHA256="e209daf0ee038ca5adcc4c277e9273b4d51f46a2ff86da575d36742ac3508a17"
|
|
PKG_LICENSE="BSD"
|
|
PKG_SITE="https://strace.io/"
|
|
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="-cfg-libs"
|
|
|
|
if [ "${TARGET_ARCH}" = x86_64 -o "${TARGET_ARCH}" = "aarch64" ]; then
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-mpers=no"
|
|
fi
|