vcpkg/ports/elfutils/vcpkg.json
Clayton Wheeler 36e3205c67
[elfutils] provide static or shared libraries correctly (#22055)
The logic for keeping the static or shared libraries according to
VCPKG_LIBRARY_LINKAGE was backwards, and it was providing shared
libraries when they should have been static, and vice versa.
2021-12-16 22:56:56 -08:00

15 lines
459 B
JSON

{
"name": "elfutils",
"version-string": "0.182",
"port-version": 2,
"description": "elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find and handle DWARF debug data, symbols, thread state and stacktraces for processes and core files on GNU/Linux.",
"homepage": "https://sourceware.org/elfutils/",
"supports": "!windows",
"dependencies": [
"bzip2",
"liblzma",
"zlib",
"zstd"
]
}