-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add libdwarf manifest for folly to use
Summary: Give folly depends on and picks up libdwarf, add a manifest for libdwarf to make it explicit and stop it being found via other means Reviewed By: markbt Differential Revision: D56630711 fbshipit-source-id: 7b9386b4b93788e7efda13e51e35c9fec4fd6df2
- Loading branch information
1 parent
5c8d3dc
commit 49a7848
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ gflags | |
glog | ||
googletest | ||
boost | ||
libdwarf | ||
libevent | ||
libsodium | ||
double-conversion | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[manifest] | ||
name = libdwarf | ||
|
||
[rpms] | ||
libdwarf-devel | ||
libdwarf | ||
|
||
[debs] | ||
libdwarf-dev | ||
|
||
[homebrew] | ||
dwarfutils | ||
|
||
[download] | ||
url = https://www.prevanders.net/libdwarf-0.9.2.tar.xz | ||
sha256 = 22b66d06831a76f6a062126cdcad3fcc58540b89a1acb23c99f8861f50999ec3 | ||
|
||
[build] | ||
builder = cmake | ||
subdir = libdwarf-0.9.2 |