perf: build: Link lib 'lzma' for static build
authorLeo Yan <leo.yan@arm.com>
Wed, 17 Jul 2024 08:22:09 +0000 (09:22 +0100)
committerNamhyung Kim <namhyung@kernel.org>
Fri, 26 Jul 2024 18:15:40 +0000 (11:15 -0700)
commit91b6a536b40658c24d6f04747ddf852d30f7f259
treeb7c3a1c60099f10da8db422ef571d2cd958af340
parent536661da6ea18fe6df5740bc9e9001d097b035ee
perf: build: Link lib 'lzma' for static build

The libunwind feature test failed with the static linkage. This is due
to the 'lzma' lib is missed, so link it to dismiss building failure.

Signed-off-by: Leo Yan <leo.yan@arm.com>
Tested-by: Ian Rogers <irogers@google.com>
Cc: amadio@gentoo.org
Cc: James Clark <james.clark@linaro.org>
Cc: Thomas Richter <tmricht@linux.ibm.com>
Link: https://lore.kernel.org/r/20240717082211.524826-5-leo.yan@arm.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/build/feature/Makefile