fix-libunwind-pc-in.patch 280 B

1234567891011
  1. --- a/src/unwind/libunwind.pc.in
  2. +++ b/src/unwind/libunwind.pc.in
  3. @@ -6,6 +6,6 @@
  4. Name: libunwind
  5. Description: libunwind base library
  6. Version: @VERSION@
  7. -Libs: -L${libdir} -lunwind
  8. +Libs: -L${libdir} -lunwind -lucontext
  9. Libs.private: @LIBLZMA@ @LIBZ@
  10. Cflags: -I${includedir}