mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-01 06:41:51 -04:00
705c22626b
Signed-off-by: unknown <zhangchun39@huawei.com>
15 lines
289 B
Plaintext
15 lines
289 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libelf
|
|
Description: elfutils libelf library to read and write ELF files
|
|
Version: @VERSION@
|
|
URL: http://elfutils.org/
|
|
|
|
Libs: -L${libdir} -lelf
|
|
Cflags: -I${includedir}
|
|
|
|
Requires.private: zlib @LIBZSTD@
|