mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-04 07:21:40 +01:00
fix-test-coredump-unwind.patch: upstreamed fix-libunwind-pc-in.patch: rebased fix-aarch64-sigset_t.patch: upstreamed
11 lines
280 B
Diff
11 lines
280 B
Diff
--- a/src/unwind/libunwind.pc.in
|
|
+++ b/src/unwind/libunwind.pc.in
|
|
@@ -6,6 +6,6 @@
|
|
Name: libunwind
|
|
Description: libunwind base library
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lunwind
|
|
+Libs: -L${libdir} -lunwind -lucontext
|
|
Libs.private: @LIBLZMA@ @LIBZ@
|
|
Cflags: -I${includedir}
|