bhs: Remove direct link to liblzma (#35924)

This workaround doesn't seem to be necessary any longer.

Fixes #35914.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2025-03-12 11:20:51 +01:00 committed by GitHub
parent 5853c00628
commit 4f58fa4d44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,11 +15,6 @@ use unwind_sys::{
use crate::sampler::{NativeStack, Sampler};
// Hack to workaround broken libunwind pkg-config contents for <1.1-3ubuntu.1.
// https://bugs.launchpad.net/ubuntu/+source/libunwind/+bug/1336912
#[link(name = "lzma")]
extern "C" {}
struct UncheckedSyncUnsafeCell<T>(std::cell::UnsafeCell<T>);
/// Safety: dereferencing the pointer from `UnsafeCell::get` must involve external synchronization