mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 08:37:38 +01:00
Add Cflags keyword to pkg-config metadata files
pkg-config metadata template files are missing Cflags keyword which is required to properly compile against libunwind using PKG_* autoconf macros Acked-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
3b8254d3b9
commit
af23f0a04b
5 changed files with 5 additions and 0 deletions
|
@ -8,3 +8,4 @@ Description: libunwind coredump library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: libunwind-generic libunwind
|
Requires: libunwind-generic libunwind
|
||||||
Libs: -L${libdir} -lunwind-coredump
|
Libs: -L${libdir} -lunwind-coredump
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -8,3 +8,4 @@ Description: libunwind generic library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: libunwind
|
Requires: libunwind
|
||||||
Libs: -L${libdir} -lunwind-generic
|
Libs: -L${libdir} -lunwind-generic
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -8,3 +8,4 @@ Description: libunwind ptrace library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: libunwind-generic libunwind
|
Requires: libunwind-generic libunwind
|
||||||
Libs: -L${libdir} -lunwind-ptrace
|
Libs: -L${libdir} -lunwind-ptrace
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -8,3 +8,4 @@ Description: libunwind setjmp library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Requires: libunwind
|
Requires: libunwind
|
||||||
Libs: -L${libdir} -lunwind-setjmp
|
Libs: -L${libdir} -lunwind-setjmp
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
|
|
@ -7,3 +7,4 @@ Name: libunwind
|
||||||
Description: libunwind base library
|
Description: libunwind base library
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lunwind
|
Libs: -L${libdir} -lunwind
|
||||||
|
Cflags: -I${includedir}
|
||||||
|
|
Loading…
Reference in a new issue