2019-03-26 15:59:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2018-07-16 20:45:36 +02:00
|
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
2018-02-05 11:37:16 +01:00
|
|
|
|
|
|
|
|
PKG_NAME="libunwind"
|
2025-05-23 04:31:16 +00:00
|
|
|
PKG_VERSION="1.8.2"
|
|
|
|
|
PKG_SHA256="3b888e01f3d25f7914bbfd31139066bb4547e079322975134b03c92e4c6a2066"
|
2018-02-05 11:37:16 +01:00
|
|
|
PKG_LICENSE="GPL"
|
2023-01-09 23:38:15 +00:00
|
|
|
PKG_SITE="https://www.nongnu.org/libunwind/"
|
|
|
|
|
PKG_URL="https://github.com/libunwind/libunwind/archive/refs/tags/v${PKG_VERSION}.tar.gz"
|
2024-07-02 22:28:45 -04:00
|
|
|
PKG_DEPENDS_TARGET="autotools:host gcc:host zlib"
|
2018-02-05 11:37:16 +01:00
|
|
|
PKG_LONGDESC="library to determine the call-chain of a program"
|
2020-02-16 04:23:53 +00:00
|
|
|
PKG_BUILD_FLAGS="+pic"
|
2021-07-18 08:20:39 +00:00
|
|
|
PKG_TOOLCHAIN="autotools"
|
2018-02-05 11:37:16 +01:00
|
|
|
|
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
|
2020-02-16 04:23:53 +00:00
|
|
|
--disable-shared \
|
|
|
|
|
--disable-minidebuginfo \
|
|
|
|
|
--disable-documentation \
|
|
|
|
|
--disable-tests"
|
2018-02-17 13:00:42 +01:00
|
|
|
|
|
|
|
|
makeinstall_target() {
|
2021-01-19 19:33:44 +00:00
|
|
|
make DESTDIR=${SYSROOT_PREFIX} install
|
2018-02-17 13:00:42 +01:00
|
|
|
}
|