summaryrefslogtreecommitdiff
path: root/src/unwind/libunwind.pc.in
diff options
context:
space:
mode:
authorDoug Nazar <nazard@nazar.ca>2019-09-04 23:36:06 -0400
committerDave Watson <dade.watson@gmail.com>2019-10-03 08:18:57 -0700
commita36ec8cfdb8764e4f8bf6b16a149a60ea6ad038d (patch)
treefbdf99561b77a53abef97428e6e60a842405b967 /src/unwind/libunwind.pc.in
parentb316234d63c7ff6fcfac6d72e0f27394fe86af80 (diff)
downloadlibunwind-a36ec8cfdb8764e4f8bf6b16a149a60ea6ad038d.tar.gz
Add support for zlib compressed elf .debug_frame sections
In case zlib support is not available, fail to load instead of crashing while trying to read invalid data.
Diffstat (limited to 'src/unwind/libunwind.pc.in')
-rw-r--r--src/unwind/libunwind.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unwind/libunwind.pc.in b/src/unwind/libunwind.pc.in
index 1505c5d6..9a65faf3 100644
--- a/src/unwind/libunwind.pc.in
+++ b/src/unwind/libunwind.pc.in
@@ -7,5 +7,5 @@ Name: libunwind
Description: libunwind base library
Version: @VERSION@
Libs: -L${libdir} -lunwind
-Libs.private: @LIBLZMA@
+Libs.private: @LIBLZMA@ @LIBZ@
Cflags: -I${includedir}