aports/main/libunwind/fix-libunwind-pc-in.patch
psykose e1349a31b9 main/libunwind: upgrade to 1.7.0
remove all now-unneeded patches
mips support was dropped, so remove that too
2023-06-07 01:27:50 +02:00

13 lines
400 B
Diff

needed since we need libucontext for ppc, and other reasons (musl doesn't have
ucontext api, so the lib is external)
--
--- 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}