1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-02 21:25:18 +02: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:
Luca Clementi 2013-08-22 23:49:16 -07:00 committed by Arun Sharma
parent 3b8254d3b9
commit af23f0a04b
5 changed files with 5 additions and 0 deletions

View file

@ -8,3 +8,4 @@ Description: libunwind coredump library
Version: @VERSION@
Requires: libunwind-generic libunwind
Libs: -L${libdir} -lunwind-coredump
Cflags: -I${includedir}

View file

@ -8,3 +8,4 @@ Description: libunwind generic library
Version: @VERSION@
Requires: libunwind
Libs: -L${libdir} -lunwind-generic
Cflags: -I${includedir}

View file

@ -8,3 +8,4 @@ Description: libunwind ptrace library
Version: @VERSION@
Requires: libunwind-generic libunwind
Libs: -L${libdir} -lunwind-ptrace
Cflags: -I${includedir}

View file

@ -8,3 +8,4 @@ Description: libunwind setjmp library
Version: @VERSION@
Requires: libunwind
Libs: -L${libdir} -lunwind-setjmp
Cflags: -I${includedir}

View file

@ -7,3 +7,4 @@ Name: libunwind
Description: libunwind base library
Version: @VERSION@
Libs: -L${libdir} -lunwind
Cflags: -I${includedir}